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:
and second time (after 1 or more refresh) ie loads this:
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
Post a Comment