Shasoosh
06-11-2008, 10:05 AM
Hey all, i have some CSS issues with my website.
here is a print screen from FF 3 RC2:
http://img505.imageshack.us/img505/188/capturekh6.png
and that's what i want to accomplish in all the other browsers.
but, in FF 2 it looks like this (totally messes up the site:
http://img341.imageshack.us/img341/6711/66tm1.jpg
and in IE it looks like this:
http://img516.imageshack.us/img516/7000/77li5.jpg
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:
http://img505.imageshack.us/img505/188/capturekh6.png
and that's what i want to accomplish in all the other browsers.
but, in FF 2 it looks like this (totally messes up the site:
http://img341.imageshack.us/img341/6711/66tm1.jpg
and in IE it looks like this:
http://img516.imageshack.us/img516/7000/77li5.jpg
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