mrkeivan
جمعه 01 شهریور 1392, 20:24 عصر
سلام
من قالب زیر رو می خوام \یاده سازی کنم و بروش زیر این کار رو انجام دادم اما مشکل هستش و مثلا page auto height مشکل دارهُ لطفا بهترین راه پیاده سازی این قالب رو به من راهنمایی کنید ( البته در کد من صفحه روی فوتر نمیاد، یعنی نشد) :ناراحت:
<div id="BackgroundBox" class="center">
<div id="BackgroundHeader">
</div>
<div id="BackgroundMain">
<div id="MainBox" class="center">
<asp:ContentPlaceHolder ID="CPHMain" runat="server">
</asp:ContentPlaceHolder>
</div>
</div>
<div id="BackgroundFooter">
</div>
</div>
.center {
width:1000px;
margin:0px auto;
text-align:right;
}
#BackgroundBox {
width: 1200px;
}
#BackgroundHeader {
height:386px;
width: 1200px;
background-image: url('/Resources/Themes/Main/Images/BackTop.jpg');
background-repeat: repeat-x;
}
#BackgroundMain {
background-image: url('/Resources/Themes/Main/Images/MainBackground.jpg');
background-repeat: repeat;
width: 1200px;
min-height: 900px;
height: auto;
overflow: hidden;
}
#BackgroundFooter {
height: 298px;
width: 1200px;
background-color: #161616;
}
#MainBox {
position: absolute;
width: 1000px;
min-height: 880px;
margin-top: -180px;
margin-left: 100px;
height: auto;
overflow: hidden;
-moz-box-shadow: 0 0 7px #414141;
-webkit-box-shadow: 0 0 7px #414141;
box-shadow: 0 0 7px #414141;
}
من قالب زیر رو می خوام \یاده سازی کنم و بروش زیر این کار رو انجام دادم اما مشکل هستش و مثلا page auto height مشکل دارهُ لطفا بهترین راه پیاده سازی این قالب رو به من راهنمایی کنید ( البته در کد من صفحه روی فوتر نمیاد، یعنی نشد) :ناراحت:
<div id="BackgroundBox" class="center">
<div id="BackgroundHeader">
</div>
<div id="BackgroundMain">
<div id="MainBox" class="center">
<asp:ContentPlaceHolder ID="CPHMain" runat="server">
</asp:ContentPlaceHolder>
</div>
</div>
<div id="BackgroundFooter">
</div>
</div>
.center {
width:1000px;
margin:0px auto;
text-align:right;
}
#BackgroundBox {
width: 1200px;
}
#BackgroundHeader {
height:386px;
width: 1200px;
background-image: url('/Resources/Themes/Main/Images/BackTop.jpg');
background-repeat: repeat-x;
}
#BackgroundMain {
background-image: url('/Resources/Themes/Main/Images/MainBackground.jpg');
background-repeat: repeat;
width: 1200px;
min-height: 900px;
height: auto;
overflow: hidden;
}
#BackgroundFooter {
height: 298px;
width: 1200px;
background-color: #161616;
}
#MainBox {
position: absolute;
width: 1000px;
min-height: 880px;
margin-top: -180px;
margin-left: 100px;
height: auto;
overflow: hidden;
-moz-box-shadow: 0 0 7px #414141;
-webkit-box-shadow: 0 0 7px #414141;
box-shadow: 0 0 7px #414141;
}