Hello everyone, I've done this before but for whatever reason it ain't working now :)
I'm trying to float one div up next to the other. You can see the code here-- http://www.mearis.com/ It looks like it should in FF but in IE6 div#right is wrapping beneath div#left... Any ideas? Thanks-- Marty The CSS looks like this-- div#container { width: 760px; height: 100%; margin: 0 auto; background-color: transparent; } div#left { float: left; width: 215px; } div#right { width: 545px; padding: 10px; float: left; } ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- 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/
