|
Tailslide -> RE: hover color showing around graphic (6/29/2007 2:42:49)
|
Change where you've got a rule for .photo a:focus, .photo a:hover, .photo a:active to .entry a:focus, .entry a:hover, .entry a:active {
background-color:#f0f0f0;
width:75px;
border:none; Also - off topic, but I notice that you've got empty alt attributes for those text-as-image links. You'll want to change that to reflect what happens when they click on the images (e.g. "Weddings") otherwise it's inaccessible. You only want empty alt attributes (alt="") when you've got an image that's purely for "pretty" and doesn't actually do anything useful or represent anything important on the page.
|
|
|
|