[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: $.pr

[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: Organization X Please wait. Loading . . . Then the corresponding