Page 1 of 1

Not looking right in IE6 - SOLVED

Posted: Tue Apr 01, 2008 4:40 pm
by wms
Hi,

I'm looking for some help on this website: http://www.millsandmaplesmt.ca/.  It looks fine in FF, but in IE6 I get a gap between the header and the content.

I tried this in my layout stylesheet:  * html div#content {margin-top: -0.6em;}.  This works, but my News disappears.

Any help would be great.

Thanks,

Re: Not looking right in IE6

Posted: Tue Apr 01, 2008 4:47 pm
by Nullig
What about adding an IE6 hack to:

* html div#header

and/or

* html div#header h1 a

to add margin-bottom: -0.6em;

Nullig

Re: Not looking right in IE6

Posted: Tue Apr 01, 2008 6:07 pm
by wms
* html div#header h1 a {margin-bottom: -0.6em;}

Worked....never thought of going the other way.

Thanks so much.  This was driving me crazy.