By rick
via css.dzone.com
Published: Feb 07 2008 / 06:53
If you are familiar with the concepts of "floats", you know that if you float a page element to the left, that the next page element will move up next to that element on the right, if possible. But have you ever seen your floated elements "stepdown"?
Comments
dragmire replied ago:
It should be noted that this seems to be an IE issue only.
Another remedy is to float the li element as well. That removes the kind of awkward block element within an inline element issue.
petvirus replied ago:
doesnt everyone know this trick already?
this is basic css
Voters For This Link (12)
Voters Against This Link (1)