I've been messing around for a while to finaly fix the border color of thumbnails in the album module.
In FF and IE 8.0 no problems...but in IE 6 and 7 it's still showing this ugly blue border...
I defined every single border and the color.
My CSS looks like this:
Code: Select all
.thumb
{
padding:0;
margin:0 0.5em 0.5em 0;
/* Thumbnail spacing */
text-decoration:none;
line-height:normal;
list-style-type:none;
text-align:center;
float:left;
border-top:0px solid #47362e;
/* Borders of thumb frame */
border-right:0px solid #47362e;
border-bottom:0px solid #47362e;
border-left:0px solid #47362e;
After some googling I gave up...and posted my question here...hoping that there are some pro's around to help me out with this probably easy issue.
Thnx in advance!