Is it possible to make your own background image for input type="button" for IE6?
            Asked
            
        
        
            Active
            
        
            Viewed 899 times
        
    1
            
            
        - 
                    look at http://stackoverflow.com/questions/195632/how-to-change-input-button-image-using-css – Haim Evgi Aug 09 '10 at 11:28
 - 
                    Does `background-image` not work? – Pekka Aug 09 '10 at 11:28
 - 
                    for input type="button"! For button it does not works. – TRAVA Aug 09 '10 at 11:59
 - 
                    1Then you are doing something wrong. Post an URL or show some code. And make sure that the image URL is correct. Have you tried it with something else than a button? – RoToRa Aug 09 '10 at 12:08
 - 
                    Yes, with everything else like type="img " or "submit" it works. But not with button. In IE6. – TRAVA Aug 09 '10 at 12:38
 - 
                    You're still doing something wrong. [Here is a test page](http://jsfiddle.net/dkLU8/). I see the image in IE6. – BalusC Aug 09 '10 at 12:59
 
1 Answers
2
            
            
        Yes, it is. You'll need to remove the border: border: none
        RoToRa
        
- 37,635
 - 12
 - 69
 - 105
 
- 
                    
 - 
                    1
 - 
                    Technically it answers the question, but it doesn't explain *how* to do it, which the OP probably wants to know (as do I) – Trindaz Mar 22 '13 at 01:06