Log in

View Full Version : need to adjust FF2 and IE to look like FF3



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

Medyman
06-11-2008, 12:06 PM
Are you using an unordered list?

You'll need to post all of your HTML/CSS to get a clear answer. That little CSS snippet wouldn't be doing anything to cause that. So please post your code, or preferably, a link to your site.

Shasoosh
06-11-2008, 12:09 PM
Its a plugin called post-thunb, I'll look into that.