javascript or html problem?

by 2 replies
3
Hello all,
I am having an issue with my website. This problem only appears when you go to my website using IE browser. If you go to my website in IE my background and some images do not load, but when you click on a link (join, home, member login) the images appear. This only happens in IE.

Is this a javascript or html problem? any help would be great, I am not a web expert.

Thanks,

You can view my website HERE. (make sure you view with the IE browser)
#programming #html #javascript #problem
  • An html problem, at least, although IE reports 'Errors on page'.

    The URLs for your images on the home page are incorrect; most begin with '../../../...'. Firefox does a good job of correcting these types of errors, IE does not. Fix the source URLs in the index page and you should be ok.
  • Dude, you have 77 errors as reported by W3C Validator. Some of these errors may be ignored but not all.

Next Topics on Trending Feed

  • 3

    Hello all, I am having an issue with my website. This problem only appears when you go to my website using IE browser. If you go to my website in IE my background and some images do not load, but when you click on a link (join, home, member login) the images appear. This only happens in IE.