Forum Moderators: open
In Firfox, the top of the page loads 1st and then the next part of page loads.
In IE, it loads the whole page in one go, resulting in a "lag" before the user sees something happen. The whole page actually goes away for 1 second and then then loads.
How does one overcome that?
On pages where there are no queries on top, IE loads the masthead and then loads the middle of the page (with queries). So this works fine
I'm using CSS and MySQL
Our page is CSS and the table end command was at the bottom. To overcome the issue and get IE to display pages in blocks of data, we had to create pseudo tables throughout the page.
The user now gets benefits of First In - First Out; instead of All In - All Out
[in.php.net...]