I put it back with your suggestion of a space and now it works and looks better. Thanks again.
Now any suggestion how I can turn all the links on that left side to do the same thing as what was done under the Catagories heading?![]()
I put it back with your suggestion of a space and now it works and looks better. Thanks again.
Now any suggestion how I can turn all the links on that left side to do the same thing as what was done under the Catagories heading?![]()
Maynards - You can apply similar rules to the other boxes' links.Adjust as desired.Code:#information li a, #moreinformation li a { display: block; height: 23px; width: 150px; background: url(../images/catbutton.gif) no-repeat; } #information li a:hover, #moreinformation li a:hover { background: url(../images/catbghover.gif) no-repeat; }
wally - If you didn't have the column width defined, it would naturally stretch as needed to hold its content if the rest of the page allowed. The lack of this setting wouldn't show in the stylesheet, but only in view source.
Last edited by gjh42; 6 Apr 2010 at 11:49 PM.
Thanks Glenn, It work great. I will just have to do some tweeking.
You are a great help.