<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CSS圆角代码</title>
<style type="text/css">
fieldset{
-moz-border-radius:15px;/* for firefox */
}
</style>
</head>
<body>
<fieldset>历史上最简单的圆角代码,能兼容三大主流浏览器(IE6,IE7,IE8,火狐浏览器)!</fieldset>
</body>
</html>