php - IE not loading properly only the first time -


i have application works in chrome,firefox , safari, when load on ie happens strange thing: page loaded on left side , after 1 or 2 refresh loads properly.

here 2 descriptive images:

first time ie loads page

and second time (after 1 or more refresh) ie loads this:

second time

does know why ie having behaviour?

thank you.

i found problem, quite simple.

i calling 'functions.php' first code line (even before <!doctype html...). file includes javascripts function can't loaded before <!doctype html (better between <head></head> tags).

once placed them between <head> tags page loading properly.

thank hints.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -