List top margin bug - Moz, Opera.

admin

Administrator
Staff member
Can't figure out where to adjust for the 10px top margin showing up in Moz FF 0.8 and Opera 7.32 on this gallery page (<!-- m --><a class="postlink" href="http://www.lettonica.info/moments/riga/">http://www.lettonica.info/moments/riga/</a><!-- m -->) I'm working on.

Anyone? :)Looks the same in IE and FF to me. Exactly where is the problem?Originally posted by ray326
Exactly where is the problem?

The list (text link and the text) is about 10px lower than the image upper edge in FF and Opera. IE shows as intended where list is top aligned with the image upper edge.ul {margin:0px}Originally posted by IncaWarrior
ul {margin:0px}

Nope, that doesn't work.Found the solution.. (why does it have to be so obvious when the bug is found? ;) ).

ul, dl, dt {margin: 0px}

:rolleyes:Ok, since still haven't clearly stated where the problem is and I really can't see it between IE6 and FF.9, I'll assume it's the DL lists to the right of the images and you can bring those up higher by changing the margin to margin-left.ray326,

Thanks for your time. :)

I've fixed the bug as mentioned in previous post.helps if you say what type of list you're using :D
 
Back
Top