Forum Moderators: not2easy
I currently have tried to style it so that there is no space whatsover between the top and bottom of each image--in other words, I want the images butted right up against each other.
In Safari, I'm getting what I want. In Firefox, there is a small gap between each. In Win IE6 there is a much larger gap between each.
Anyone know what's happening and, more importantly, how to make it stop? Any help would be greatly appreciated.
[edited by: jatar_k at 5:30 pm (utc) on Mar. 6, 2006]
[edit reason] no urls thanks [/edit]
Anyway, I would suggest setting your margin and padding on the list items and images to 0 first.
li, li img
{
margin: 0;
padding: 0;
}
If that doesn't work, try adding line-height: 1em;