Hi,

 

I am creating a vertical DD menu, and IE 6 does not like this. It outputs
the list like a set of steps/stairs

 

 

Menu item1

                Menu item2

                                        Menu item3

 

                

Can anyone tell me what the selector should be? I have sorted this in other
projects by defining the list element and the anchor separately (in 2
definitions) but this just seems WRONG. Is there a way to fix this for IE?

 

 

 

ul#mainMenu li  a{

float:left;

clear:none;

padding-right:20px;

height:25px;

display:block;

text-align:center;

text-decoration:none;

color:#7f7a26;

font-weight:bold;

padding-left:20px;

font-size:12px;

padding-top:5px;

}

 

 

R.

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/

Reply via email to