Results 1 to 3 of 3

Thread: need to adjust FF2 and IE to look like FF3

  1. #1
    Join Date
    Apr 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default need to adjust FF2 and IE to look like FF3

    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 (totally messes up the site:



    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

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    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.

  3. #3
    Join Date
    Apr 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Its a plugin called post-thunb, I'll look into that.
    Last edited by Shasoosh; 06-11-2008 at 02:05 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •