View Full Version : IE7 RC1 behaviour
bitbob
09-06-2006, 01:00 PM
A site I created a couple of years ago fup in IE7RC1. I havn't bothered with IE7 up until now and don't know of any known "bugs"... Anyone that can enlighten me on this matter? The site is @ http://www.valdemarlethin.com and should work fine in IE6, FF1 and Opera...
Arbitrator
09-06-2006, 09:14 PM
Well, I see that your page contains an XML declaration; the XML declaration puts Internet Explorer 6 into quirks mode but Internet Explorer 7 ignores it for determining the display mode which is more consistent with other browsers.
bitbob
09-07-2006, 06:44 AM
Just to clarify the problem (since I didn't explain it at all before); My main div (where all content is displayed) resides in a container div, since it overflows to the left and right (with a javascript horisontal scrollbar). In IE6, FF1 etc. the container div hides the overflow of the main div. In IE7 it doesn't...
IE6, FF (borders of container div is | and main content is x):
|xxxxxx|
IE7:
xxx|xxxxxx|xxxxxxxxx
The structure of the html file is
<div id="hold">
<div id="wn">
<div id="lyr1" class="content">
<div class="main_div2" id="t1" ....
...and the css for these are:
div#hold {
position:absolute;
top:160px;
left:62px;
width:870px; height:360px; z-index:100;
}
div#wn {
position:absolute;
left:0px; top:0px;
width:900px; height:360px;
clip:rect(0px, 870px, 360px, 0px);
border:1px solid #999999;
z-index:360;
}
div#lyr1 {
position:absolute; visibility:hidden;
left:0px; top:0px;
z-index:1;
}
.main_div2 {
position:absolute !important;
top:0px;
left:0px;
width:868px;
overflow:hidden;
background-color: #FFFFFF;
height:358px;
}
bitbob
09-07-2006, 06:45 AM
Arbitrator: I will look in to that... But I think it's wierd if that is the problem...
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.