Hello,

Completely new to jQuery. I am trying to use the corners. I have it
only half working and sure there is something simple I am missing.
When I implement a corner on a div. It is only applying to the top
corners. I have tried adding "br" to the code, but it does not show
up. Here is the way I have it in my code. This below will only round
the top corners in my browser.

Any suggestions would be greatly appreciated.

Russ

<script type="text/javascript" src="scripts/jquery-svn.js"></script>
<script type="text/javascript" src="scripts/jquery.corner.js"></
script>

<script type="text/javascript">
        $(document).ready(function()
        {
                $('.rounder').corner("round 45px");

        });

</script>

Reply via email to