Thanks, Mike... that was the missing code!

Rick

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Mike Alsup
Sent: Friday, January 26, 2007 12:30 PM
To: jQuery Discussion.
Subject: Re: [jQuery] Anyone see why this code isn't working?

> Does anyone see a problem with what I have that keeps the
> rounded corners from working?

You don't ever invoke the corner method.  You need to add a script
that causes the rounding:

<script type="text/javascript">
$('.demo').corner();
</script>





_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to