CSS rounded corners code=yes -moz-border-radius: 15px; /* Firefox */ -webkit-border-radius: 15px; /* Safari and Chrome */ -khtml-border-radius: 15px; /* Linux browsers */ border-radius: 15px; /* Opera 10.50, IE and CSS3 */ For an image: http://stick.gk2.sk/2009/03/image-with-rounded-corners-using-css3/