View Single Post
  #2  
Old 02-20-2006, 08:50 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

HTML tables load in the order they are coded. So the large table loads first, before the right hand column and the closing tags. Some browsers assume the cell is full width until it encounters the next cell or closing tags. Since that cell probably has to wait until all the images are in until it loads the next cell, you get that delay. If you are using fancy categories, you will also get a delay as that thing is a huge piece of code.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote