Log in

View Full Version : Border for thumb, but not for enlarged pics



b3nny
10-24-2011, 09:38 AM
Hi there,
I am creating a gallery at the moment, based on this:

http://www.dynamicdrive.com/style/csslibrary/item/css-image-gallery/

So far it works well, but I've got a question:
Is it possible to have a border show up on the one thumbnail which you hover over, but at the same time NO border on the enlarged pic.
I already managed to get rid of the dashed line on the enlarged pic, but when I try to get rid of the blue line, it also disapears on the hovered thumb.

Best Regards,
Benny

jscheuer1
10-24-2011, 10:05 AM
Where it has:


.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0 !important;
padding: 2px;
}

Add the keyword !important as shown.

b3nny
10-24-2011, 10:30 AM
many thanks!
It works =)