<divs> don’t work properly in EI6
Posted: 14 August 2007 04:25 PM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2007-08-14

My friend created a website for me using <div> and absolute <div>.  Unfortunatelly, all the formating looks off when viewed in EI6. I am not such a skilled web developer myself to figure out how to adjust the site so it’s viewable in EI6. Could someone help me to fix it or to give me some advises? You can find it at http://www.greatwestgraphics.com/protool
Thanks! I am getting really desperate…

Profile
 
 
Posted: 15 August 2007 04:44 AM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  4
Joined  2007-08-11

IE renders things differently than other browsers and often incorrectly.  My first answer would be to try a reset.css file which basically sets all margins to 0 and removes all default styling by the browser so that all the styling is defined by you and never by the browser.

If that doesn’t work, I highly advise against absolute-positioned <div>, and they are rarely to NEVER necessary.

Profile