celinezjn
2016-12-28 11:09
有没有讲师的代码呀
老师的代码没有,我有个自己写的你可以参考下!
<style>
body {
font: 14px/1.4286 "microsoft yahei";
}
.a{
width: 200px;
height: 100px;
background: #0066CC url(img/golo.png) no-repeat;
background-position: 40px;
}
.b{
width:200px;
height: 100px;
background: #0066CC url(img/golo.png) no-repeat;
background-position: 100% 40px;
}
</style>
</head>
<body>
<h2>background定位的局限</h2>
<div class="a"></div><br />
<div class="b"></div>
</body>
CSS深入理解之border
56801 学习 · 73 问题
相似问题