Hi!
I solved this problem by editing also the
ul#nav a tag in css:
from this:
| Code: |
ul#nav a{
float:left;
height: 26px;
line-height: 26px;
text-decoration:none;
color: #FFF;
font-weight: bold;
padding-left:15px;
padding-right:15px;
}
|
to this:
| Code: |
ul#nav a{
float:right;
height: 26px;
line-height: 26px;
text-decoration:none;
color: #FFF;
font-weight: bold;
padding-left:15px;
padding-right:15px;
}
|
Now I can see top menu in right in Firefox and in IE6/7
bye!<br><br>Post edited by: piede, at: 2008/07/22 12:34