slowness in IE 8 IE9 while drawing tables in a html page
- by GustlyWind
My HTML page contains many tables,with numerous tr and td. While rendering in IE8/IE9 the
its very slow but in Firefox its fast. I had read somewhere while drawing tables if the tables are not of fixed width, IE calculates the width every time and renders so usually slow.
Right now i am adding Table style="table-layout:fixed" which made me feel its faster.
Are there any similar styles that can be added to tr and td as well.Also
suggest if there any other attribtes that can be added to a table