ul, li query
Posted: Wed Aug 17, 2005 8:53 am
I am having a few problems making my layout completely CSS driven. I have made the menu system using <ul>'s and <li>'s, and over the different browsers, the spacing is slightly different. For example:
Using the Gecko engine (Firefox, Netscape):
Using IE and Opera, the links have the correct spacing I want:
Is anyone aware of the CSS that I need to set the space between the <li>, and the anchor/text?
Thanks,
Someberry.
Using the Gecko engine (Firefox, Netscape):
Code: Select all
o Link
o Link
o Link
o LinkCode: Select all
o Link
o Link
o Link
o LinkThanks,
Someberry.