OZONE Asylum
Forums
CSS - DOM - XHTML - XML - XSL - XSLT
CSS breaks in IE
This page's ID:
27613
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Okay, somewhat new to this CSS stuff but here we go. It looks fine in Firefox but IE messes it up by moving/resizing the divs. The left menu bar that disappears in IE6 is somewhere there as it shows up if you shrink the browser to the right point. The code validates. I used some of [url=http://www.alistapart.com/articles/holygrail]this[/url] to create the columns. I color coded it to make it easier to work with. My Google-fu has failed me on this. For the sake of my sanity, could you spare a moment to help?:) [url=http://www.agshield.com/test/prodtemplate.htm]The Page.[/url] CSS code [code] body { min-width: 550px; /* 2x LC width + RC width */ } #container { padding-left: 200px; /* LC width */ padding-right: 150px; /* RC width */ line-height:100%; } #container .column { position: relative; float: left; } #center { width: 100%; } #navleft{ color:black; background-color:aqua; width: 200px; /* LC width */ right: 200px; /* LC width */ margin-left: -100%; } #footer { clear: both; color:black; background-color:blue; } /*** IE6 Fix ***/ * html #left { left: 150px; /* RC width */ } div.page{ color:black; background-color:fuchsia; } div.navbar{ margin:1px; color:black; background-color:gray; clear:left; } div.crumb{ margin:1px; color:black; background-color:green; clear:left; } div.title{ margin:1px; color:black; background-color:#DEB887; position: relative; float: left; } div.menuhead{ float:left; margin:0; padding:.5em; font-weight: bold; } div.image{ float:left; } div.menulist{ float:left; margin:0; padding:.5em; color:black; background-color:maroon; } [/code] __________________________ Eagles get sucked into jet engines and weasels are oft maligned, but beavers just make nice hats. [small](Edited by [url=http://www.ozoneasylum.com/user/1520]tj333[/url] on 03-08-2006 21:05)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »