I am trying to use an image with jquery.corner.js it works fine if I use it with background-color but I dont get rounded corners(in FF and IE) if used with background-image.
<div style="background-image:url('images/btn_middle.png'); padding:10px;" class="rounded">
Some content
</div>
Their site says it doesn’t work with images.
you could use CSS:
which will work in all but IE. For IE you could use CSS behaviors. Round Corders HTC