I've almost got our website re-done using CSS. I'm missing two things: 1.) Rounded corners, but that's another WikiPage 2.) My last bit of margins in IE 6
page: http://ksader.100free.com/css/userHome.html CSS: http://ksader.100free.com/css/style.css I'll give a quick breakdown of the html so that someone can point me in the right direction to fixing this last bit. <body> <div id="mainContainer"> <div id="mainHeader"> <ul id="topLinks"></ul> </div> <div id="mainNav"></div> <div class="dateStamp"> </div> <div id="workArea"> <div id="leftCol"> </div> <div id="rightColumn"> <div class="pageHeader"> </div> <div class="pageContent"> </div> <div id="mainFooter"> </div> </div><!-- End main container --> </body> My workArea(lime border) div tag is running over the edge of the mainContainer, and it has a different 'end edge' depending on how you resize IE. How do I tell IE that the right part of this div ends inside of the mainContainer? thanks, --- Keith Sader [EMAIL PROTECTED] http://www.saderfamily.org/roller/page/ksader ______________________________________________________________________ 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/
