• Resolved CJHA

    (@cjha)


    My site – https://www.ramblingirish.com – seems to work fine in firefox & IE.
    But in Safari and some older browsers, the sidebar icons go massive and out of proportion.

    How can I get it to work properly in all browsers? Is this a simple matter of adding doctypes or is there a problem in my code?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    In you code, you’ve used this :

    <img src="https://www.ramblingirish.com/wp-content/uploads/2011/09/RSS.jpeg" alt="" width="”32″" height="”32"">

    That’s why “width” and “eight” attribute are not detected correctly by the most of internet browsers !

    You sould use this for each icon :

    <img src="https://www.ramblingirish.com/wp-content/uploads/2011/09/RSS.jpeg" alt="" width="32" height="32">

    DEMO Here

    Regards

    Thread Starter CJHA

    (@cjha)

    Hmmm, I’ve made those changes and it still displays all messed up on the home computer/safari browser.

    That being said, that computer is old and the safari version is outdated so perhaps it is just an exception. I think newer browsers seem to be fine with it.

    Thanks for the help!

    no no no ! Impossible.
    I can see the HTML code is still incorrect.

    try to rewrite the values ??of width and height by hand. Sometime, UTF code is incorrectly recognized after HTML encryption.

    Othewise, the other solution is to upload 32×32 px picture. instead of 225×225 px

    Thread Starter CJHA

    (@cjha)

    Decided to upload all the icons again as 36 x 36, sorted!

    Cheers for the tips!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Website display issues’ is closed to new replies.