In one of my projects I have used input[type="button"]
to apply a style to all the buttons. It works fine in all browsers except Internet Explorer 6. It doesn't style the buttons.
Is there a solution for this, like creating some class for the button and applying it to all buttons?
I want to apply that class to all buttons but not manually. I think it's possible to use jQuery for this, could you please help me with this?