Hi
Could someone please help me by telling me what I am doing wrong or not doing - my website http://www.stwconsult.com/ shows fine in FireFox but the menu seems messed up in IE.
You can view my CSS for that particular section below:
body {
margin:0;
padding:0;
font-size:12px;
color:#000000;
background:url(images/bkgrnd.png);
background-color:#fefefe;
background-image:url(../images/bkgrnd.png);
background-repeat:repeat-x;
font-family:arial, cambria, georgia;
}
div, h1, h2, h3, h4, h5, h6, h7, h8, p, img, ul, li, span {
margin:0; padding:0; border:0;
}
#wrapper {
margin-left:auto;
margin-right:auto;
margin-top:0;
width:900px;
background-color:#FFFFFF;
}
#topholder {
width:900px;
height:180px;
background-image:url(../images/banner.gif);
}
#navig {
width:900px;
height:30px;
border-bottom:1px solid #CCCCCC;
background-image:url(../images/navig_bkgrnd1.png);
}
#navig ul {
list-style-type:none;
}
#navig ul li {
float:right;
width:auto;
height:30px;
text-align:center;
display:block;
line-height:30px;
}
#navig ul li a {
display:block;
text-decoration:none;
width:auto;
height:30px;
padding-left:20px;
padding-right:20px;
font-family: arial, cambria, georgia;
font-size:12px;
color:#FFFFFF;
font-weight:500;
background-image:url(../images/navig_bkgrnd.png);
}
#navig ul li a:hover {
display:block;
width:auto;
height:30px;
color:#ffffff;
font-weight:500;
background-image:url(../images/navig_bkgrnd_hover.png);
}