|
paul rayner -> Hor Nav disappears in Firefox (2/25/2008 4:30:40)
|
Quite some time ago I created this for a friend, and now I realize it has compatibility issues -it works fine in IE but the top hor nav doesn't display in Firefox. The site is DST I've included the relevent (one's I thought were anyway) from the style sheet. #navMenu
{
float: left;
width: 579px;
border: 1px solid #999;
background-color: #aaa;
margin: 3px 0px;
width:579px;
margin-left:85px;
margin-top:150px;
}
#navMenu a, #navMenu a:visited
{
float: left;
background: #f3f3f3 0px 0px;
border-left: 1px solid #ffffff;
border-top: 1px solid #ffffff;
border-right: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
font:10px verdana;
text-align: center;
color: #000;
text-decoration: none;
height: 15px;
width: 96px;
}
#navMenu .footerNav a, #navMenu .footerNav a:visited
{
width:96px;
}
#navMenu #navMenu:visited
{
width: 96px;
}
#navMenu a:hover
{
background: #2e8446 0px 15px;
}
#navMenu a.margin
{
margin-right: 2px;
}
#navMenu ul, #navMenu li
{
margin: 0px;
padding: 0px;
list-style-type: none;
}
#navMenu li { display: inline; } Can anyone suggest a fix that will work in both IE and Firefox?
|
|
|
|