Not looking right in IE6 - SOLVED

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
wms
Forum Members
Forum Members
Posts: 204
Joined: Mon Feb 13, 2006 7:26 pm

Not looking right in IE6 - SOLVED

Post 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,
Last edited by wms on Tue Apr 01, 2008 6:08 pm, edited 1 time in total.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Not looking right in IE6

Post 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
wms
Forum Members
Forum Members
Posts: 204
Joined: Mon Feb 13, 2006 7:26 pm

Re: Not looking right in IE6

Post 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.
Post Reply

Return to “CMSMS Core”