HTML5 and IE Problem

A

Anonymous

Guest
Hi all Experts,

I have one query,

I have a web site that has some html tags and it works fine in Chrome and Firefox, however in IE8 and IE9 it just won't load any resources (stylesheets and javascript) and it gets completely broken.

Does anyone know what the problem is?

The doctype and html tag are declared as following:
Code:
<!DOCTYPE html>

<html lang="en">
and the content type:

Code:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Please help me to Solve this Problem.

Thank’s in Advance

Smith
eSparkInfo
 
dikertrome is right.

Also, browsers are faster than others, sometimes the code can be ran too fast before the page fully loads.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
14 Year Old Programmer & Graphic Artist, Confident and Courageous
 
You are probably starting a new thread David since this post is 4 years old and things may have changed, also post your code since that is probably where the problem is.
 
Back
Top