moirakris
Technical User
- Oct 11, 2002
- 82
I have a menu that shows up fine in Firefox but in IE (6 specifically) it renders over to the right too much. I do not know how to fix this problem and could use a little advice please.
Here are screenshots of it
Menu in Firefox
Menu in IE
Here is my nav CSS
Not sure if I needed to post the whole css file or not
Moira
Those that stop learning, stop living
Here are screenshots of it
Menu in Firefox
Menu in IE
Here is my nav CSS
Code:
/********************************* Navigation **********************************/
#navcontainer { }
#navcontainer ul
{
list-style-type: none;
font-weight: bold;
color: #990000;
}
#navcontainer a
{
display: block;
padding-top: 17px;
padding-left: 37px;
width: 182px;
background-color: #DCE3ED;
border-bottom: 1px solid #eee;
background-image: url(images/menu.png);
background-repeat: repeat-x;
height: 27px;
}
#navcontainer a:link, #navlist a:visited
{
color: #614240;
text-decoration: none;
}
#navcontainer a:hover
{
background: url(images/menu.png) 0 -45px;
color: #562930;
}
Not sure if I needed to post the whole css file or not
Moira
Those that stop learning, stop living