The footer with clear both inside the wrapper is one solution. If you don't have a 'footer', one solution is to insert a clearing element at the bottom of your wrapper. Or, 'easy clearing': <http://www.positioniseverything.net/easyclearing.html>
-- What's funny is that page says to add <div style="clear: both;"></div> at the end but then start babbling about bloat and unwanted markup in the html... Geeze. Then he spends 33 paragraphs trying to jury-rig the HTML & CSS in order to avoid adding that one extra, and unfortunately necessary, <div>. The result is 12 lines of code to the CSS vs. one line of HTML. I'll stick with the easy way if I can't find a reason to add a footer... Mike ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
