tags:

views:

23

answers:

0

Hi,

I'm using jquery-ui. The button support looks good, the stylized buttons are nice. The only downside is that it looks like the rendering of the button is done in javascript, so sometimes there is a pause when the page loads and you see all the buttons change form from native buttons to the jquery-ui style buttons.

Are there any 'button makers' out there that can just generate css for a button that I can just apply to a div to get the same effect? Was thinking maybe if I do the button styling myself, the browser will prepare it before the page is ever shown to the user, avoiding that awkward pause.

Thanks