Log in

View Full Version : IE6 border size increase



killerchutney
07-16-2007, 06:35 PM
Hi, I am using a CSS menu on my site, and my menu works fine - in every browser except IE6.(http://beta.killerchutney.com/indexnew.html)

For some reason it increases the top border size by 5px. Here is the CSS code for the menu.

#LeftMNav {
z-index : 100000;
}
#LeftMNav ul {
padding-right : 0;
padding-left : 0;
padding-bottom : 0;
width : auto;
color : #ffffff;
padding-top : 0;
background-color : #bacee0;
}
#LeftMNav li {
padding-right : 0;
padding-left : 0;
padding-bottom : 0;
margin : 0;
padding-top : 0;
list-style-type : none;
}
#LeftMNav a {
padding-right : 0;
background-position : 100% 50%;
display : block;
padding-left : 2px;
font-weight : normal;
padding-bottom : 3px;
padding-top : 3px;
background-color: #f8fafc;
font-size : 10px;
color : #048;
font-family : Verdana,arial,helvetica,sans-serif;
text-decoration : none;
border : 1px solid #c3c8cb;
border-top: 0px;
}
#LeftMNav a:hover {
border : 1px solid #c3c8cb;
border-top: 0px;
background-color: #eaeeee;
border-right : 3px solid #283e4d;
font-size : 10px;
color : #283e4d;
font-family : Verdana,arial,helvetica,sans-serif;
text-decoration : none;
}
#LeftMNav a:active {
border : 1px solid #c3c8cb;
border-top: 0px;
background-color: #eaeeee;
border-right : 3px solid #283e4d;
font-size : 10px;
color : #283e4d;
font-family : Verdana,arial,helvetica,sans-serif;
text-decoration : none;
}

IF any more info is needed, just say :)

killerchutney
07-17-2007, 07:36 PM
Solved! I found an IE hack.