2 Replies Latest reply on May 18, 2009 9:35 AM by artmooney

    Rounded corners with jQuery and modalPanel

    artmooney

      Hello,
      I wonder what would be the correct way to render a modalPanel with the jQuery corner library.

      Using style="-moz-border-radius: 10px;" on the panel works in Firefox, so I tried to use the corner() function on the panel. But I don't get it to work properly...

      Any ideas?


      <rich:modalPanel id="trace" height="300" width="600" onbeforeshow="jQuery('##{rich:clientId('trace')}').corner()">
      ...
      </rich:modalPanel>