• I attempted to create a custom menu/nav. bar using images linking to my separate pages. I uploaded the photos to flickr, sized them down, and then used the following code to link them into the menu under the “Navigation Label”:

    <img><img src=”https://farm8.staticflickr.com/7262/7456887044_91fa602821_t.jpg&#8221; width=”70″ height=”30″ alt=”home”>

    The issue I’m having are the images show up correctly in Firefox but are blown up to a very large scale and are very blurry when viewing the site on Safari or IE. When opening the site on either of those it appears to load normally, but once the page is finished loading, the images blow up. I’m fairly new to coding and don’t know what can be done to fix this so they show up correctly on all platforms.

    Here is my site: https://glossymusings.com/

    Any help is very appreciated!!!

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

    I’m on FF right now and it seems to be looking good to me. Have you cleared your browser cache and checked again?

    Also, what is with the first <img>? Remove <img> so you can be within HTML standards ??

    Thread Starter abucco10

    (@abucco10)

    Hi ehoanshelt,

    It seems to work fine on FF, but doesn’t show up on Safari or Internet Explorer properly–know anyway to fix that?

    For some reason the code above didn’t paste properly, this is the one I’ve been using: <img src=”https://farm9.staticflickr.com/8164/7456956880_fd8ee2cc65_t.jpg&#8221; width=”75″ height=”40″ alt=”hello”>

    Thank you!!

    Hey Abucco,

    Sorry, I misunderstood the question!

    Checking in Safari, I’m seeing normal images. Looks the same as FF. Did you clear Safari cache?

    Also, on the sites, you have the <img> html there. Please remove that code and maybe that will fix the issue ??

    Thread Starter abucco10

    (@abucco10)

    Hi Eric,

    I removed the double <img> html, and it seems to be working now on my browser ( I have Safari) but is still not working on an internet explorer browser. Thank you for your advice thus far, though!

    Hey Abucco10,

    Small steps! Did you clear the cache on Internet Explorer? Internet Explorer may be pulling in a cached version of the site. You can check by viewing page source and seeing if the <img> tags are there.

    Also, what version IE are you viewing the site with?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom Menu Showing Up Wrong In Safari/IE’ is closed to new replies.