Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help fix IE frame scrolling bug
Message
Information générale
Forum:
Internet
Catégorie:
Microsoft Internet Explorer
Divers
Thread ID:
00857739
Message ID:
00858544
Vues:
22
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform