Forum Moderators: not2easy
I make horizontal navigation for the header, but I got the navigation quiet shift to the right in FF than in IE7.
Here is the code :
.navi{
display:inline;
position:absolute;
margin:70px 0 0 320px;
}
.navi li{
font: 14px verdana;
color:white;
display:inline;
margin-left:5px;
}
a{}
a:link{color:white; text-decoration:none}
a:visited{color:white; text-decoration:none}
a:hover{color:white; text-decoration:underline}
a:active{color:white; text-decoration:none}
many thanks