我有一个#wrapper
,其中包含所有页面内容,我想在它周围放置另一个带有阴影边框的 div,#shadowwrap
。今天盯着这玩意看了好久,脑子都卡住了……
#shadowwrap {
background:url("images/shadowborder.png") repeat-y center;
background-color:transparent;
max-width:1000px;
min-width:1000px;
min-height:100%;
margin:0 auto;
position:relative;
}
#wrapper {
background-color:#FFF;
width:100%;
max-width:980px;
min-width:980px;
min-height:100%!important;
margin:0 auto;
margin-bottom:-50px;
position:relative;
overflow:auto;
}
网站:http ://www.hcfmissoula.com
谢谢。