定位全宽标题。我希望它出现这样的东西。http://meem.co.vu/
分区:
<div id="shell">
<div class="img"><img src="http://static.tumblr.com/ydsgqx5/f28mqvumo/waterfall-nature-wallpaper.png" width="448" height="336" alt="" /></div>
<div id="msg"></div>
</div>
CSS:
#shell { margin:0;
padding:30px;
width:600px;
height:400px;
background:#eee; }
div.img { width:360px;
height:280px;
overflow:hidden;
margin:auto;
}
#banner {
width: 960px;
height: 400px;
margin: 0 auto 30px;
overflow:hidden;
float: left;
}
#banner img {
left: 0;
top: 0;
position:absolute;
}
其他链接:http: //jsfiddle.net/BeCF9/55/
我似乎无法让图像在屏幕上占据整个页面。
我怎样才能做到这一点?
谢谢你。