View Full Version : Getting rid of Thumbnail Border
kawter
11-18-2004, 07:51 PM
Anyone know if there is a trick to getting rid of the thumbnail border on the browse_template.html here http://ericcotter.com/blog/index.php?x=browse
I cant seem to get rid of the blue/purple line arround the regardles of changing all the the CSS etc...
mattopia
11-19-2004, 12:41 AM
try this one...
.thumbnails {
border: 0px;
}
biggest_apple
11-19-2004, 12:30 PM
I actually don't mind the border providing I can dictate the color of the border. had no problem getting this to work in FF, but IE won't play ball.
pixelpunk
11-19-2004, 01:19 PM
It's an IE thing, those ugly borders.
.thumbnails a {
border:0px;
}
might do it, since it's a link it might listen more to that. Or
.thumbnails img {
border:0px;
}
perhaps will do if the above don't.
// punk
kawter
11-19-2004, 08:13 PM
HAHAHA I'm so sorry, I deleted the CSS entry for
.thumbnails {
padding:5px;
border:0px;
}
.current_thumbnail {
padding:5px;
border:1px dotted #666;
}
I cant believe that one!!!
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.