> 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
[email protected]
http://jquery.com/discuss/

Reply via email to