Hey all, i have some CSS issues with my website.
here is a print screen from FF 3 RC2:
<wide graphic removed>
and that's what i want to accomplish in all the other browsers.
but, in FF 2 it looks like this:
and in IE it looks like this:
I don't get where those black dots are coming from..
<div class="centry">
// code that calls the thumnbnails
</div>
CSS related:
.centry a:link img, .centry a:visited img, .centry a:hover img,
.centry a:active img {
background: none;
padding: none;
border: none;
margin-right:5px;
margin-bottom:5px;
width: 60px;
height:60px;
float:left;
Thanks
here is a print screen from FF 3 RC2:
<wide graphic removed>
and that's what i want to accomplish in all the other browsers.
but, in FF 2 it looks like this:
and in IE it looks like this:
I don't get where those black dots are coming from..
<div class="centry">
// code that calls the thumnbnails
</div>
CSS related:
.centry a:link img, .centry a:visited img, .centry a:hover img,
.centry a:active img {
background: none;
padding: none;
border: none;
margin-right:5px;
margin-bottom:5px;
width: 60px;
height:60px;
float:left;
Thanks