Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Header problems in IE 7

Header problems in IE 7

Locked

Views: 777

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
9 Apr 2010, 2:00 AM
#1
gofer_p avatar

gofer_p

New Zenner

Join Date:
Oct 2008
Posts:
32
Plugin Contributions:
0

Header problems in IE 7

I have a problem with the header on my website in Internet Explorer 7. Whenever I visit my site using IE 7 the only link in the header that shows is home.
I tried with Firefox, Chrome, Safari and IE8 and everything is fine.

How do I fix this for IE7. Click this link for my website

I have no clue where to start

9 Apr 2010, 9:31 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Header problems in IE 7

It looks like this is causing the navMain link images to be stacked vertically in IE7 (and IE6). Try removing it.

#navMain a span {
float:none;
}

I found that by using the Web Developer built in to IE7 and 8. Hit F12 and then Ctrl-B to click on the area you're interested in.

9 Apr 2010, 3:30 PM
#3
gofer_p avatar

gofer_p

New Zenner

Join Date:
Oct 2008
Posts:
32
Plugin Contributions:
0

Re: Header problems in IE 7

Tried that and it seem to have worked. Thanks