Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / IE white space - tired old question with no solution - help

IE white space - tired old question with no solution - help

Locked

Views: 1,198

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
5 Jan 2007, 3:04 PM
#1
wolf99 avatar

wolf99

Zen Follower

Join Date:
Sep 2006
Location:
West of Ireland
Posts:
169
Plugin Contributions:
0

IE white space - tired old question with no solution - help

I see a lot of posts for this problem, and I think I've tried a good few of the solutions, but nothing works.

I have an approx 2px gap between my header and main nav bar.

i've tried:

Commenting out: the tagline div and the <br class="clear both" /> in tpl_header.php

And Adding:

#contentMainWrapper {
margin-top: -2px;
}

#headerWrapper{
margin-bottom: -2px;
}

to the stylesheet
with no luck , it sits perfect in the gecko browsers (netscape, opera, firefox) so its really frustrating that IE7 is choking.

Anyone help me out, very much appreciated!! Thanks

5 Jan 2007, 8:19 PM
#2
wolf99 avatar

wolf99

Zen Follower

Join Date:
Sep 2006
Location:
West of Ireland
Posts:
169
Plugin Contributions:
0

Re: IE white space - tired old question with no solution - help

can't remember which thread I copied and pasted the above CSS from but I just realised that

#headerWrapper{
margin-bottom: -2px;
}

actually brought my listings up over the nav bar by 2 pixels

still no solution to the gap problem though