日期:2014-05-17 浏览次数:20729 次
<!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>div+css 效果</title> <style type="text/css"> .FilletCurve{ border-top-left-radius: 5px 5px; border-top-right-radius:5px 5px; border-bottom-left-radius:5px 5px; border-bottom-right-radius:5px 5px;word-wrap:break-word; } .fsadfs{ width:300px; min_height:50px; _height:50px; border:#E5D8C6 solid 1px; background-color:#EEEEEE; } </style> </head> <body> <div class="FilletCurve fsadfs" style="border-bottom:#EFE1CE solid 1px;border-right:#EFE1CE solid 3px; border-top:0px; border-left:0px;"><div class="FilletCurve fsadfs"><div class="FilletCurve" style="border-top:#FFF solid 1px;border-left:#FFF solid 1px;"> <div style=" margin-left:5px; margin-bottom:5px; margin-right:5px; margin-top:5px;">ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss</div></div></div></div> </body> </html>