Good call, Sam... that worked.

That shows how new I am to jQuery and javascript in general.
It takes awhile to know all the parts that must be in place to make
something work.

I found that a lot of the demo's, even those written for newbies,
like myself, assume knowledge that isn't there.  Newbie demo's
should be absolutely step-by-step and all-inclusive.

Thanks for your help!

Rick

PS - Now I wish I could figure out how to put a border on the
image that followed the rounded corners!



Add this to your <head>:

<script type="text/javascript">
$( function() {
  $("div.demo").corner();
});
</script>





_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to