Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Colour and bg image do not show in Firefox

Colour and bg image do not show in Firefox

Locked

Views: 1,317

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
21 Jul 2006, 3:17 AM
#1
gunvig avatar

gunvig

New Zenner

Join Date:
Jul 2006
Posts:
8
Plugin Contributions:
0

Colour and bg image do not show in Firefox

Hello all!
In my style sheet I gave a colour to navMainWrapper. Though the colour shows up in IE it doe not show in Firefox 1.5. Also centerBoxHeading has a background image which doesn't show in Firefox (even the text doesn't show) though it shows in IE.
Link to my site is http://www.aavran.com/catalog.

Thanks

21 Jul 2006, 5:08 AM
#2
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Colour and bg image do not show in Firefox

You have two stylesheets calling navMainWrapper and is causing a conflict.

check these: stylesheet.css and stylesheet_av1.css

21 Jul 2006, 5:16 PM
#3
gunvig avatar

gunvig

New Zenner

Join Date:
Jul 2006
Posts:
8
Plugin Contributions:
0

Re: Colour and bg image do not show in Firefox

When I had just one style sheet the problem was there. stylesheet_av1 was created later, removing navmainwrapper from it does not make any difference.
Thanks

21 Jul 2006, 10:54 PM
#4
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Colour and bg image do not show in Firefox

Try deleting the portion in red:

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper { margin: 0em;
font-weight: bold;
width: 100%;
max-height: 40px;
background-color: rgb(255, 147, 215) ! important;
color: rgb(255, 102, 102);
}

See if that fixes the problem

22 Jul 2006, 2:06 AM
#5
gunvig avatar

gunvig

New Zenner

Join Date:
Jul 2006
Posts:
8
Plugin Contributions:
0

Re: Colour and bg image do not show in Firefox

That did the trick! Thanks a lot :smile:

22 Jul 2006, 3:01 AM
#6
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Colour and bg image do not show in Firefox

Glad to help.