<style type="text/css">
body {margin: 0; padding: 0;}
#bodywrapper {width: 100%; margin: 0 auto; padding: 0;}
#titlewrapper {width: 100%; background-color: blue; height: 25%;}
#contentwrapper {width: 75%; margin: 0 auto; padding: 0;
background-color: red; height: 75.4%; -moz-border-radius: 20px; border-radius: 20px;}
#leftsidebar {width: 12.4%; height: 75%; float: left; border: 1px solid black; -moz-border-radius: 15px; border-radius: 15px;}
#rightsidebar {width: 12.4%; height: 75%; float: right; border: 1px solid black;-moz-border-radius: 15px; border-radius: 15px;}
#vline {position: relative; top: 15%; left: 50%; background-color: black; width: 1px; height: 75%;}
#rightcontent {width: 45%; height: 90%; border: 1px solid black;
-moz-border-radius: 20px; border-radius: 20px; float: right; position: relative; top: 5%;}
#leftcontent {width: 45%; height:90%; border: 1px solid black; position:
relative; top: 5%;
-moz-border-radius: 20px; border-radius: 20px; float: left;}
</style>
</head>
<body>
<div id="bodywrapper">
<div id="titlewrapper">
</div>
<div id="contentwrapper"><div id="leftcontent"></div>
<div id="rightcontent"></div><div id="vline">
</div>
</div>
</div>and the margin's all messed up (in internet explorer), but the page looks fine in firefox and chrome. Could anyone recommend a site where they describe an official method to fix compatibility issues with IE? Thank you!
This post has been edited by Danotto: 02 January 2011 - 12:57 AM
Help
















