[jQuery] Re: jqModal and Rounded Corners

2008-04-03 Thread wick
If you don't have any luck with jqModal, try the Impromptu plugin. I believe it serves the same purpose as jqModal rounded corners are easy: $.prompt( ).children('#jqi').corner(); or if you use the plugin's prefix parameter, change the ID selector above to match your prefix, or use:

[jQuery] Re: jqModal and Rounded Corners

2008-04-02 Thread Shawn
I've done it. If I remember right, I had to use a local DIV, hide it, and then round the corners. My HTML looked something like this: div id=dialogOrg class=jqmWindow div class=dialogHead div class=dialogTitleOrganization/div div class=dialogClose a