| giulio 2007-03-25, 12:50 pm |
| Hello... I need help!!!
My site http://hewle.com looks good with firefox but, using opera or ie, the menu does not work as it was designed for.
The css code is
ul#menu {
margin: 0;
padding: 0;
list-style: none;
display: inline;
position: absolute;
right: 40px;
}
ul#menu li a {
color: #aaaaaa;
text-align: center;
font-weight: bold;
padding: 10px 5px 10px 5px;
margin-right: 10px !important;
float: left;
text-decoration: none;
font-size: 16px;
}
and the menu is composed by the following
<ul id="menu">
<li><a href="../pages/home.html" title="Home Page" class="active">Home Page</a></li>
<li><a href="../pages/howtos.html" title="Howtos complete list" class="">Howto List</a></li>
<li><a href="../pages/scripts.html" title="Scripts and free programs" class="">Coding Area</a></li>
<li><a href="../pages/design.html" title="CSS Templates and graphics" class="">Web Design</a></li>
<li><a href="../pages/list_posts.html" title="Posts among the Web" class="">Quotes</a></li>
</ul>
How can modify it to make it look better in ie/opera?
Thanks in advance,
giulio |