jump to navigation

Floating CSS Left-Right Boxes October 19 2004

Every now and then I do some CSS from scratch where I need to have floating elements on both sides of the page (left and right boxes) This post is basically a quick demonstration (read : recipe) of how to get the left-right box thing happening such that it is compliant across IE/Moz/Opera while maintaining my usual defaults for elements.

Example 1

To get a more complex example, lets add a full DIV under the floating boxes. Note the CSS change and stupid IE hacks.

Example 2

Comments»

no comments yet - be the first?