[thelist] Weird CSS Anomoly

ben morrison morrison.ben at gmail.com
Tue Sep 13 08:19:18 CDT 2005


> Here's the page: http://coingo.net/clients/modeans/contact.php
> 
> Anybody know what's making it hide in IE?
> 

It will be related to IE's hasLayout which causes anomalies

http://www.molly.com/2005/08/30/from-dean-edwards-on-haslayout-and-microsoft-documentation/

which in turn has spawned numerous css fixes

http://www.positioniseverything.net/explorer.html

try giving the container element a height, but supply ie only by using
the * html hack

* html #contactForm { height:1px;}

ben


More information about the thelist mailing list