View Full Version : Lightbox Image Border
Merciless
05-15-2006, 11:12 PM
When i use lightbox when i put the pictures onto a page they have a small border around them, how do i change the color of this border? as you can see at www.merciless-gods.com/pics.htm they use the default blue before click and purple after click colors, help please =\
jscheuer1
05-16-2006, 06:20 AM
This appears to only happen in IE, put this in your style section:
* html img {
border-color:transparent;
}
legante
10-22-2006, 07:01 PM
Ok, Exactly where should I place that code... (sorry, ignorant here)
That blue border is awful... and have no idea how to take it off.
Thanks
Dante
jscheuer1
10-25-2006, 04:59 AM
Looks like you solved it with:
* html img {
border-color:red;
}
If you are still having problems, let me know.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.