javascript or html problem?

2 replies
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)
#html #javascript #problem
  • Profile picture of the author SteveJohnson
    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.
    Signature

    The 2nd Amendment, 1789 - The Original Homeland Security.

    Gun control means never having to say, "I missed you."

    {{ DiscussionBoard.errors[2901166].message }}
  • Profile picture of the author gtk29
    Dude, you have 77 errors as reported by W3C Validator. Some of these errors may be ignored but not all.
    {{ DiscussionBoard.errors[2901353].message }}

Trending Topics