Sent by Ross Hulford on 9 September 2007 17:05
I a crearting a basic horizintal menu with CSS. The problem is in IE6 is
looks like a set of steps
First item
Second item
Third item
Fourth Item
I have done loads of these and cannot understand what is happening this
time.
#cat_menu ul{
list-style:none;
padding:0;
margin:0;
}
#cat_menu li a{
color:#ccc;
float:left;
padding:5px;
border-right:1px solid #fff;
background-color:#333;
font-size:10pt;
height:20px;
display:inline;
}
#cat_menu li a:hover{
background-color:#990000;
text-decoration:none;
}
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/