Hey all, i have some CSS issues with my website. here is a print screen from FF 3 RC2: 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
It looks like the code that calls the thumbnails is returning them as unordered list, hence the bullet points (dots as you call them). There must be some more css included that styles these items, try debugging in firebug.
Agreed. It's probably not going to be a "really" simple fix that any one will be able to tell you from what you have provided. It would be v.useful if you would post the code, or a link to the site. Also, I would recommend that you validate the code (i presume it is not already valid!) here, http://validator.w3.org Nick