Eyemax Studios wrote:
You can have a look, it's www.studiojunkyard.com I would be more inclined to fix it, when have time hehe.

Well, it definitely isn't what Microsoft believes the Standards should
be. All KHTML/WebKit and Presto browsers agree with IE8 (in Standards
mode), and only Gecko browsers and older IE are missing the
points/standards.

Neither IE's old 'hasLayout' bug nor the particular margin-collapse
behavior in Gecko can be relied on in IE8 and the other browsers. The
'hasLayout' bug is gone in IE8 (in Standards mode).

Try adding/changing to...

.content1, .content2{margin-bottom: 0;}

.home{padding-top:110px;margin-left:90px;background:transparent;}
* html .home{margin-top:110px; /* IE6 */}
*:first-child+html>body .home{margin-top:110px; /* IE7 */}

...for that particular page, and all browsers will line up - in
accordance with standards.

Doesn't prevent your page from looking a bit broken when subjected to
font resizing in all browsers though, I'm afraid.

regards
        Georg
--
http://www.gunlaug.no


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to