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
And yet, the color remains white...Code:/*sideboxes*/ .columnLeft { background-color: #232327; }![]()
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
Thanks,Code:<td id="navColumnOne" class="columnLeft" style="width: 150px">
Ray



