这个图的边框怎么表现用CSS+diV 就是代码怎么写
2个回答
展开全部
<!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>无标题文档</title>
<style type="text/css">
#d1{ width:200px; height:150px; border:10px #FC0 solid ;}
#d2{ width:200px; height:150px; margin:0px 0 0 0px; border-left:2px #999 solid;border-top:2px #999 solid;}
</style>
</head>
<body>
<div id="d1"><div id="d2"></div></div>
</body>
</html>
你测试下吧
实现你那种效果的话 需要在CSS里设置的更准确些 毕竟线条的样式很多
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
#d1{ width:200px; height:150px; border:10px #FC0 solid ;}
#d2{ width:200px; height:150px; margin:0px 0 0 0px; border-left:2px #999 solid;border-top:2px #999 solid;}
</style>
</head>
<body>
<div id="d1"><div id="d2"></div></div>
</body>
</html>
你测试下吧
实现你那种效果的话 需要在CSS里设置的更准确些 毕竟线条的样式很多
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询