Click to See Complete Forum and Search --> : Internet Explorer rendering does not make much sense to me!


Moldarin
01-24-2007, 03:13 PM
Hi,

My Website (http://gaydar.no/v3/) have some difficulties with the way Internet Explorer 5.5 and 6 displays pages. It works well in Internet Explorer 7, Opera 8 and newer, Safari 2, Firefox 1 and newer, Flock, and others.

IE6 capture (http://bildr.no/view/33547)
IE5.5 capture (http://bildr.no/view/33548)

How to make this design work with the older versions of IE?

thunder77
01-24-2007, 03:34 PM
can't tell much without the code, but it's definitely having to do with your position type... absolute, fixed, relative, etc.

Centauri
01-24-2007, 08:07 PM
I would suggest get rid of the "width: 468px;" from your #senter css - the margins and container width are defined already, and setting a width here could be causing the problem.

Would also recommend "position: relative;" added to #holder css.

Cheers
Graeme

toicontien
01-25-2007, 01:38 PM
Try this code out:

#annonseekstrem {
background-color: #000;
clear: both;
height: 155px;
padding-top: 5px;
text-align: center;
width: 800px;
}

#hoyre {
float: right;
padding-bottom: 5px;
width: 180px;
}

#senter {
/* Your background image and color declarations here */
float: left;
width: 468px;
}

#venstre {
/* Your background color goes here */
float: left;
width: 150px;
}