PDA

View Full Version : Strange white box covering link


jwvanderbeck
Mar-10-2010, 09:45 PM
Hey all,

On this page: http://johnvanderbeck.smugmug.com/Photography

When you mouseover the first two gallery titles, they look fine. But when you mouseover the last one, Landscapes & Cityscapes, a white box covers up a portion of the link.

I'm sure it has something to do with the fact that its a longer name, and wraps down a line, but I can't figure out what it is.

jfriend
Mar-10-2010, 11:06 PM
Remove this line in red from your CSS:

.albumTitle a:hover
{
color: #68353a;
background-color: #ffffff;
text-decoration: none;
}

jwvanderbeck
Mar-11-2010, 05:30 AM
Remove this line in red from your CSS:

.albumTitle a:hover
{
color: #68353a;
background-color: #ffffff;
text-decoration: none;
}


Thanks John!