How to hide all buttons in IE6 without hiding all inputs in a printing stylesheet?
        Posted  
        
            by Dave
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dave
        
        
        
        Published on 2010-04-21T14:50:44Z
        Indexed on 
            2010/04/21
            14:53 UTC
        
        
        Read the original article
        Hit count: 273
        
Hi guys,
Whats the easiest method of hiding all buttons but not all inputs (say drop down lists, text input boxes) in CSS that works with IE6. The purpose of this CSS file is for printing (using the media="Print" tag in the HTML).
© Stack Overflow or respective owner