Maynards - You can apply similar rules to the other boxes' links.
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;
}
Adjust as desired.
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.
Bookmarks