Tagged: , ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #325437

    Hi all,
    something weird happens with my website, a different outcome depending on which browser I use.
    This is how it looks on Chrome/Safari:How it looks on Safari
    This is how it look on Firefox: How it look on Firefox.

    The outcome on Firefox is what I expect.

    • This topic was modified 9 years, 6 months ago by gianmarizzi.
    #325654

    Hi gianmarizzi!

    Can you post the link to your page please?

    Regards,
    Yigit

    #325673
    This reply has been marked as private.
    #325682

    Hi!

    Please add following code to Quick CSS

    .single td {
    width: 50%;
    }

    Best regards,
    Yigit

    #325683

    Better, but on Firefox the pictures are still bigger (which is better).

    #325759

    Hey!

    Try changing the % value in Yigit’s code:

    .single td {
    width: 60%;
    }

    Cheers!
    Josue

    #326007

    Ok, I’ll try. Btw, why does it happen? It should be the same on every browser, shouldn’t it?

    #326008

    Hey!

    When it comes to table elements; Firefox treats td containing images differently. The code should help equalize them.

    Cheers!
    Josue

    #326010

    Oh ok, I see. The fact is that Firefox seems to make it in the right way.
    Thanks a lot.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Different outcome on Chrome/Safari and Firefox’ is closed to new replies.