[thelist] Weird CSS Anomoly

Pringle, Ron RPringle at aurora-il.org
Tue Sep 13 08:48:22 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

You also need to validate your XML, looks like there is a tag in there with
no closing tag.

Ron


More information about the thelist mailing list