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,
Not looking right in IE6 - SOLVED
Not looking right in IE6 - SOLVED
Last edited by wms on Tue Apr 01, 2008 6:08 pm, edited 1 time in total.
Re: Not looking right in IE6
What about adding an IE6 hack to:
* html div#header
and/or
* html div#header h1 a
to add margin-bottom: -0.6em;
Nullig
* html div#header
and/or
* html div#header h1 a
to add margin-bottom: -0.6em;
Nullig
Re: Not looking right in IE6
* 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.
Worked....never thought of going the other way.
Thanks so much. This was driving me crazy.