We have some HTML buttons which we format using JQuery - $('#button').button()
.
Works great but.. when the page first loads in IE6 you see the "unformatted" regular HTML button and then you see the JQuery formatting kick in a split second or so afterwards.
What can you do do avoid displaying the default HTML button and just display the JQuery formatted version?