CSS Strange Problem

PixelPusher

Super Moderator
Staff member
Why do you have the "fbox" div? There is no need for it. A ul is a block level element. I would remove that div.

In each LI (floated left):

Remove the "<br/>" tags
Dont use these to add space, tacky and bad practice.
Put the text in a <p> tag.
If you still need to, add margins to the top and bottom of the <p> with css.
 
Top