John wrote:
> Hi All,
> 
> I can't see how to get rid of the padding at the top of the menu in Firefox:
> 
> http://www.donann.co.uk/new_site/vertical_menu.html
> 
> Safari displays it as I would like it without the padding showing.
> 
> Also for the link labeled 'Home' to be in line with the other links in IE 
> I've 
> found I need to add an extra <li></li>.
> 
> The menu to the right has the <li></li> removed to illustrate the problem in 
> IE and that the padding is still there in Firefox.
> 
> Sorry if it's something simple, it's driving me to distraction!
> 
> John


Maybe a pure CSS solution with valid and clean HTML.


<http://css-class.com/x/list-images.htm>


Much more friendly for IE6 also.


BTW, not sure why that margin top was missing from Safari. Something in 
your code? The default margin-top for list has been removed here.


ul.left_menu_txt {
   list-style: none;
   padding-left:18px;
   color : #070d7d;
   margin-top: 0;
}



-- 
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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