CSS to round corners on an image

Note sure if this works for all browsers or not.

<div style="border: 2px solid black;

border-radius: 30px;

-moz-border-radius: 30px;

-khtml-border-radius: 30px;

-webkit-border-radius: 30px;

width: 180px;

height: 240px;

background: url('img/parkinglot.jpg');" />