Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / ColumnLeft background-color not working

ColumnLeft background-color not working

Locked

Views: 1,201

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
26 Sep 2006, 10:37 PM
#1
raydube avatar

raydube

New Zenner

Join Date:
Sep 2006
Posts:
51
Plugin Contributions:
0

ColumnLeft background-color not working

Hello all,

I'm trying to set the background-color for my left nav pane to #232327, but for some reason it's just not taking.

in the css file I have

/*sideboxes*/
.columnLeft {
          background-color: #232327;
          }

And yet, the color remains white...:down:

I'm sure one of you guru's can figure this one out in your sleep, but for the life of me, I cannot

Is it possible that the source-code on the page is over-riding the css in the stylesheet?

the source for the page shows

<td id="navColumnOne" class="columnLeft" style="width: 150px">

Thanks,

Ray

26 Sep 2006, 10:40 PM
#2
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Location:
West Salem, IL
Posts:
2,841
Plugin Contributions:
0

Re: ColumnLeft background-color not working

url please....easier to fix if we can see it

26 Sep 2006, 11:17 PM
#3
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: ColumnLeft background-color not working

A url does cut down on the response and the validity of a solution.

If you are actually talking about the background that the sideboxes float over this is controlled by

#navColumnOne {
	background-color: #FFFFFF;
	}
27 Sep 2006, 12:41 PM
#4
raydube avatar

raydube

New Zenner

Join Date:
Sep 2006
Posts:
51
Plugin Contributions:
0

Re: ColumnLeft background-color not working

Thank you both, Barco and Kobra,

The reason there was not a url posted is because the site is not loaded to an online server as yet, it's being developped and tweaked offline.

However, the fix you mentioned Kobra, is exactly what was wrong, strangely enough, when I did the find yesterday it couldn't find a columnone, but I guess I mispelled something... :)

In any case, it is now the right color, and the look matches the site we were moving from. I'm working to day to upload it to a "live" test site, and will see how the different browsers react to the changes.

Thanks!