For a recent project, I utilized input[type="button"]
to add a style to all of the buttons. Although it functions properly on most browsers, Internet Explorer 6 does not recognize the styling.
Is there a workaround for this issue? Perhaps creating a specific class for the button and implementing it on all buttons?
I am looking for a way to automatically apply this class to every button without doing it manually. Using jQuery might offer a solution to this problem - would you be able to assist me with this?