Zen Cart Logo
Forums / Basic Configuration / Firefox & IE8 Issues

Firefox & IE8 Issues

Locked

Views: 1,693

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
24 Jul 2009, 4:06 PM
#1
suekay avatar

suekay

New Zenner

Join Date:
Jul 2008
Posts:
90
Plugin Contributions:
0

Firefox & IE8 Issues

Hi,

Been trying to get to the bottom of this problem for a while now... In Firefox and IE8 I have a right sidebox that appears that shouldn't! In my stylesheet I have this code and in IE7 it works fine:

#indexBody #navColumnTwo,{display:none;}
#indexBody .outer {padding-right:20px;}
#indexBody #contentMainWrapper {background-image:none;}

If I remove the code IE7 IE8 and Firfox appear normal with both sideboxes turned on.

Here's the site link: http://www.letmelearn.co.uk/puzzles-games-c-105.html

Be grateful for any advice as I'm pretty stumped on this one.

Thanks
Suekay

24 Jul 2009, 4:58 PM
#2
ooba_scott avatar

ooba_scott

Zen Follower

Join Date:
Jul 2009
Posts:
218
Plugin Contributions:
0

Re: Firefox & IE8 Issues

Hi, if you dont want the right hand sideboxes to appear you should turn it off in the admin section

To d o this go to : -
Admin Panel - Configuration - Layout Settings - Column Right Status - Global
And set this to do '0'

Better than hiding it off in the CSS!

:)

24 Jul 2009, 5:01 PM
#3
stevesh avatar

stevesh

Black Belt

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

Re: Firefox & IE8 Issues

Those darn commas!

#indexBody #navColumnTwo,{display:none;}

Ooba - she's turning off columns on specific pages.

25 Jul 2009, 8:13 AM
#4
suekay avatar

suekay

New Zenner

Join Date:
Jul 2008
Posts:
90
Plugin Contributions:
0

Re: Firefox & IE8 Issues

stevesh:

Those darn commas!

#indexBody #navColumnTwo,{display:none;}

Ooba - she's turning off columns on specific pages.

Doh! Brilliant working fine now, thanks muchly,
Suekay