In-line CSS IE hack
        Posted  
        
            by Daimonan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Daimonan
        
        
        
        Published on 2008-10-17T18:31:23Z
        Indexed on 
            2010/03/24
            18:43 UTC
        
        
        Read the original article
        Hit count: 315
        
Is it possible to create, for instance, a box model hack while using in-line CSS?
For example:
<div id="blah" style="padding: 5px; margin: 5px; width: 30px; /*IE5-6 Equivalent here*/">
Thanks!
© Stack Overflow or respective owner