slowness in IE 8 IE9 while drawing tables in a html page
        Posted  
        
            by 
                GustlyWind
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by GustlyWind
        
        
        
        Published on 2011-11-18T01:47:17Z
        Indexed on 
            2011/11/18
            1:50 UTC
        
        
        Read the original article
        Hit count: 302
        
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
© Stack Overflow or respective owner