Hi guys, I've built a site in HTML for a client and am having problems because a large section of the site doesnt appear in IE for up to 30 seconds, because I think IE is loading all of the content in the main table before displaying it. The problem is magnified by the fact that there is a quite a heavy Flash banner ad in there too. Initially the site was one big centred table. Once I learned about the IE issue, I broke it up into smaller tables. I also tried to make sure I was specifying heights and widths everywhere I could. The center section of the site is a problem because it's three columns, and has to be wrapped in a table or a div, and it doesnt seem to appear in IE until all of it's content is loaded (it's fast in any other browser). I've also tried rebuilding the site in CSS, and using nested float: left; and float: right; DIVs to get my columns to work, but I still have the same problem. Can anyone suggest a way to build the center section so that IE will load it in parts, making the browsing experience better? Many thanks in advance for any tips [edited by: tedster at 5:01 am (utc) on April 29, 2008]
|