Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help fix IE frame scrolling bug
Message
General information
Forum:
Internet
Category:
Microsoft Internet Explorer
Miscellaneous
Thread ID:
00857739
Message ID:
00858544
Views:
23
For the right frame you should consider using fixed width cols.
This way, your table will show instantly while the code still download to the browser.
This is cause by the fact that IE doesnt have to wait for the full table to calculate the width of each columns.

All you have to do is to add "table-layout:fixed" to the style attribute of the table and define the with of each column in a "col" tag.

You will be amazed by the speed of display :-)
<table STYLE="table-layout:fixed" border="1" width="650" cellspacing="0" cellpadding="2">

<COL WIDTH=100>
<COL WIDTH=100>
<!-- other col -->

<tr>...
If we exchange an apple, we both get an apple.
But if we exchange an idea, we both get 2 ideas, cool...


Gérald Santerre
Independant programmer - internet or intranet stuff - always looking for contracts big or small :)
http://www.siteintranet.qc.ca
Previous
Reply
Map
View

Click here to load this message in the networking platform