急……css+div网页制作中,文字下方的虚线是怎么做出来的呢,求原代码,谢谢
展开全部
<!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> new document </title>
<style type="text/css">
ul{
padding:0px;margin:0;list-style:none;width:300px;font-size:12px;
}
li{
height:22px;line-height:22px;border-bottom:1px dotted #ddd;padding-left:18px;margin-bottom:5px;
}
</style>
</head>
<body>
<ul>
<li>文字下方的虚线是怎么做出来的呢</li>
<li>文字下方的虚线是怎么做出来的呢</li>
<li>文字下方的虚线是怎么做出来的呢</li>
<li>文字下方的虚线是怎么做出来的呢</li>
<li>文字下方的虚线是怎么做出来的呢</li>
</ul>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> new document </title>
<style type="text/css">
ul{
padding:0px;margin:0;list-style:none;width:300px;font-size:12px;
}
li{
height:22px;line-height:22px;border-bottom:1px dotted #ddd;padding-left:18px;margin-bottom:5px;
}
</style>
</head>
<body>
<ul>
<li>文字下方的虚线是怎么做出来的呢</li>
<li>文字下方的虚线是怎么做出来的呢</li>
<li>文字下方的虚线是怎么做出来的呢</li>
<li>文字下方的虚线是怎么做出来的呢</li>
<li>文字下方的虚线是怎么做出来的呢</li>
</ul>
</body>
</html>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
可以是图片,也可以用代码写。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
border-bottom:1px dashed #999;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
元素{border-bottom:1px dotted #CCCCCC; }
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询