JTaylor69 Posted April 3, 2010 Share Posted April 3, 2010 Hi Everyone My site http://samsungflash.webs.com is having trouble being rendered in IE. In Firefox and Chrome it displays perfectly, but in IE the top of the site is pushed down around about 20px. Does anyone know what is causing the problem. The css can be found here -> http://samsungflash.webs.com/.design.css?r=210 Thank you. Link to comment Share on other sites More sharing options...
0 RoomKid Posted April 3, 2010 Share Posted April 3, 2010 Try removing this? margin: 29px; from body Link to comment Share on other sites More sharing options...
0 JTaylor69 Posted April 3, 2010 Author Share Posted April 3, 2010 Thanks for reply. Just removed it but still the same problem is occurring. Link to comment Share on other sites More sharing options...
0 absorbation Posted April 4, 2010 Share Posted April 4, 2010 It this problem confined to IE7 and above? IE6 famously has issues with doubling margins on divs with specfic positionings. The solution could be to create as seperate CSS snippet that modifies the margin for that element for IE6 users. For example: <!--[if IE 6]> <style type="text/css"> #element { margin:10px; } </style> <![endif]--> This is the only issue that comes to mind. Link to comment Share on other sites More sharing options...
Question
JTaylor69
Hi Everyone
My site http://samsungflash.webs.com is having trouble being rendered in IE.
In Firefox and Chrome it displays perfectly, but in IE the top of the site is pushed down around about 20px.
Does anyone know what is causing the problem.
The css can be found here -> http://samsungflash.webs.com/.design.css?r=210
Thank you.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts