need to adjust FF2 and IE to look like FF3

Discussion in 'HTML & Website Design' started by namooth, Jun 11, 2008.

  1. #1
    Hey all, i have some CSS issues with my website.

    here is a print screen from FF 3 RC2:

    [​IMG]

    and that's what i want to accomplish in all the other browsers.

    but, in FF 2 it looks like this:

    [​IMG]

    and in IE it looks like this:

    [​IMG]

    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
     
    namooth, Jun 11, 2008 IP
  2. artflutter

    artflutter Member

    Messages:
    49
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #2
    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.
     
    artflutter, Jun 11, 2008 IP
  3. nicangeli

    nicangeli Peon

    Messages:
    828
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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
     
    nicangeli, Jun 11, 2008 IP