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 */