How To Keep CSS Floated Blocks Independent Of One Another
Posted by webchicklet in
CSS on 07 10th, 2008 |
3 Comments
I often want to list items with an image that is floated to the left or right of a block of text, followed by another image floated to the left or right of its block of text, followed by another, and another. The problem is that unless there is enough text to equal or exceed the length of the image,...