Page 1 of 1

IE6 / IE7

Posted: Wed Jun 27, 2007 2:53 pm
by Metal Beryl
Hello,

Could you help me please before I go crazy. If you view my site in ff and ie7 it looks pretty much the same but in ie6 it has the scroll bars and the spacing is different eek!  ???

the site can be found here....

http://www.rapidreality.co.uk/Product

Thanks

Re: IE6 / IE7

Posted: Wed Jun 27, 2007 7:21 pm
by climberusa
The scroll bars are coming fro the overflow: auto; in you stylesheet on the #wrapper div. The reason it's problem i IE6 is because of the way IE6 calculates width/padding/margins. The easy way to avoid issues is to not set both width and padding/margin/borders. Obviously that isn't alway realistic.  My suggestion to you is to look at your columns and their padding/margins and see if that clears it up. If not I would recommend using IE conditional comments and adding the styles for IE6 in there.

Let me know if that helps.

Jeff