【发布时间】:2011-07-14 07:10:09
【问题描述】:
我有这个代码:
<html>
<head>
<style type="text/css">
.container {
border-bottom: 1px dotted #999999;
width:500px;
padding-left:200px
}
</style>
</head>
<body>
<div class="container">asdf</div>
</body>
</html>
除了底部边框也适用于缩进前的 200px 之外,它工作正常。我希望底部边框从 200px 开始。这个可以吗?
【问题讨论】: