views:

33

answers:

1

Is it possible to make your own background image for input type="button" for IE6?

+2  A: 

Yes, it is. You'll need to remove the border: border: none

RoToRa
I removed it and now i want to add a backgroud image.
TRAVA
Deleted mine in favour of this. I would recommend `<button>` instead of `<input>`, but this more directly answers the question.
Andy E