Bob Boisvert wrote: >This should be >just a quickie check but I wanted to make sure everything is in order. >http://www.sarjen-webdesign.com/testing/css/threecol.html >Thanks, >Bob > > Bob, Oh my, Opera... <http://dlaakso.com/threecol.jpg> This may help? Change body with these additions and deletion: body {background-color: #FFF;color: #000;margin: 0;padding:0;text-align: center;}/*margin:5% 11% 0 10%;*/ Add this first to open last to close container: #wrapper {width: 776px;margin: 0 auto;padding:0;text-align: left;} Deleting height 80 px on #top will prevent h2 from breaking at 200% zoom(should h2 be h1?). I do not think you need the z-index on the boxes. Delete the height on the boxes. Let the content determine the height to prevent breaking on zoom. Best, ~dL
______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
