Sure. See the theme API for reference http://jqueryui.com/docs/Theming/API
It's often as simple as adding classes. A login form, for example (note that class ui-dialog has a hard-codd width that you'll need to override with, say style="width:100%;" <div class="ui-dialog ui-widget ui-widget-content ui-corner-all"> <div class="ui-widget-header ui-dialog-titlebar ui-corner-all"> <span class="ui-dialog-title-dialog">Account login</span> </div> <div class="ui-dialog-content ui-helper-hidden" id="loginContent"> <form action="login.asp" id="loginform" method="post" name="loginform"> ... </form> <div id="havingProblemsBar" class="ui-widget-header ui-dialog- titlebar ui-corner-all"> <span class="ui-dialog-title-dialog">Having problems?</span> </div> <a id="xxx" href="#" style="margin-top:1em;">Reset my password</a> </div> </div> **--** Steve On Jan 15, 1:04 pm, romsok <romsok.t...@gmail.com> wrote: > Hi, > > Is there a way I can apply a particular ThemeRoller theme to other > page elements on my pages. > For example, forms?
-- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.