Zen Cart Logo

Header cut off

Locked

Views: 781

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
14 Dec 2010, 9:48 AM
#1
gruntre69 avatar

gruntre69

Zen Follower

Join Date:
Aug 2005
Location:
Australia
Posts:
103
Plugin Contributions:
0

Header cut off

Hi all,

I have a new site and it is basically a new settup of 1.3.9h with the andover modern template. It is now working almost pefectly execpt for it is cutting the top of the header off in internet explorer version earlier than IE8. I've tried everything to find the cause including new installed with new template files and I still have the problem.

I really need to get this sorted and would appreciate any guidence. The author of the template says I will need to do cross browser testing but I am not skilled enough to do this.
Here is the address http://184.154.126.222/index.php?main_page= and I've attached an image of the problem.

14 Dec 2010, 10:55 AM
#2
thedjphat avatar

thedjphat

Zen Follower

Join Date:
Nov 2010
Location:
Vancouver, BC
Posts:
108
Plugin Contributions:
0

Re: Header cut off

gruntre69:

Hi all,

I have a new site and it is basically a new settup of 1.3.9h with the andover modern template. It is now working almost pefectly execpt for it is cutting the top of the header off in internet explorer version earlier than IE8. I've tried everything to find the cause including new installed with new template files and I still have the problem.

I suspect you are having issues displaying certain css elements or jquery menus.

I also suspect if someone is using IE7 or previous versions, they probably barely know how to type their name into a computer, and most likely won't be ordering anything anyway, it would be ill advised to use such an outdated, and security flaw filled, browser to enter your personal info and card data.

You may want to check your css for the two files referenced here,

<!--[if IE 6]><link rel="stylesheet" type="text/css" media="screen" href="includes/templates/andover_modern/css/ie6.css" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" media="screen" href="includes/templates/andover_modern/css/ie7.css" /><![endif]-->
14 Dec 2010, 12:02 PM
#3
gruntre69 avatar

gruntre69

Zen Follower

Join Date:
Aug 2005
Location:
Australia
Posts:
103
Plugin Contributions:
0

Re: Header cut off

Thankyou my friend!

I don't know why I hadn't picked up on that before now....

#header-curr-lang {position:relative;top:100px;}
/*#mainWrapper {position:relative; top:-50px;}*/
.navNextPrevList {padding-left:10px;}

I don't know what that -50 was doing in the file but that was cause the problem....

Happy days!