Hello,
I am trying out the dialog from jquery ui. All the online demos use flora.css. I can't the dialog to display correctly with the css file generated by the themeroller application. Am I missing something? shouldn't these things work out of the box?
Update: Thanks, Brock. When I cleaned up my code to make a sample, I realized that the HTML in demo.html (that comes with the themeroller.zip) is a little too verbose. All I needed to do was give the dialog div the attribute class="ui-dialog" like this:
<div id="SERVICE03_DLG" class="ui-dialog">please enter something<br><br>
<label for="something">somthing:</label> <input name="something" id="something" type="text" maxlength="20" size="24">
</div>
I'll accept your answer. Thanks for your time.