0

我需要在下面的黑色区域顶部有白色“内容区域”......

http://jsfiddle.net/vUrhY/

我玩弄了 z-indexes 和边距,但似乎无法让它发挥作用。基本上黑色将在白色之下,您将能够在黑色背景之上看到白色内容边缘。谢谢你。

body{background-color:#999;}.div-main{height:200px;width:400px;z-index:1000;background:#fff;padding:30px 0 30px 0;max-width:1000px;margin:0 auto;}
.footer_filler{background-color:#000; width:100%; height:300px;z-index:-1;}
4

1 回答 1

0

学习positionCSS 中的样式规则。

https://developer.mozilla.org/en-US/docs/Web/CSS/position?redirectlocale=en-US&redirectslug=CSS%2Fposition

具体来说,您可以查看绝对定位相对定位

于 2013-08-07T18:23:38.293 回答