【发布时间】:2013-02-27 21:04:34
【问题描述】:
【问题讨论】:
标签: css image background tumblr
【问题讨论】:
标签: css image background tumblr
如何创建一个类似这样的新 div:
<style>
.mydiv {
position:absolute;
left:0px;
top:0px;
background-color:#fff; /*obviously insert your background here */
height:400px;
width:200px;
}
</style>
【讨论】: