jquery rounded corner problems.
please help.. im having a terrible time of it with some 'simple' jquery rounded corner effects. for some reason i cannot seem to get them to round. at all!
the page is currently on :
http://yunitube.co.uk/pages/equestriansupplies.html
please could someone just lend me a quick hand and possibly explain to me where i am going wrong.
i am using the simple declaration:
<script type="text/javascript">
$(document).ready(function(){
$('.rounded').corners();
});
</script>
and applying the class rounded to the container div.. but nothing seems to be happening!
thanks for taking the time. i hope you can help!
rufus