View Full Version : Lightbox Help
leblancchris
09-19-2008, 02:10 AM
I am a first time user of lightbox 2.04 and I got it to work no problem. The only problem I do have with it is the blue outline it gives to my thumbnail images. How can I get rid of it?
jscheuer1
09-19-2008, 06:04 AM
Either set their style border in your stylesheet, like:
img {
border: none;
}
(or you could color and style it to whatever you like). Or use the each image's border attribute:
<img src="somethumbnail.jpg" border=0 alt="">
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.