すべてのページコンテンツを含むがあり#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
ありがとう。