Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / IE6 Display Headache!

IE6 Display Headache!

Locked

Views: 432

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
6 Jun 2010, 6:51 PM
#1
ambitions avatar

ambitions

Zen Follower

Join Date:
Apr 2010
Posts:
125
Plugin Contributions:
0

IE6 Display Headache!

I have edited the header with an IF statement so that when IE6 is the browser it uses "ie6_stylesheet.css"

Now i am able to control the display of IE6 seperately from other browsers, i need to know exactly how i can correct the problems, this is where im stuck because i do not know whats causing it.

  1. The Sidebox headers are cut short when aligned with the centerbox header.
  2. The 'FIND' button in the search header should be parralel with the search box.

How do i fix these?

6 Jun 2010, 7:04 PM
#2
ambitions avatar

ambitions

Zen Follower

Join Date:
Apr 2010
Posts:
125
Plugin Contributions:
0

Re: IE6 Display Headache!

Sorry, http://www.clickpurchase.co.uk is the website

6 Jun 2010, 8:08 PM
#3
stevesh avatar

stevesh

Black Belt

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

Re: IE6 Display Headache!

Your sidebox header image is 28px high, but you have the height set as 15px, which is confusing the not-so-smart IE6. You may not need the IE6 stylesheet for that.

6 Jun 2010, 10:34 PM
#4
ambitions avatar

ambitions

Zen Follower

Join Date:
Apr 2010
Posts:
125
Plugin Contributions:
0

Re: IE6 Display Headache!

Thanks for the reply but that doesnt do it. It seems the negative margins are causing them to be cut in half, but without the negative margins i cant align the 3 rows properly :(

Any suggestions?