Sidan, utan html, body, och så. :)
<div id="MainDiv">
<!-- Top -->
<div id="TopDiv"><!--#include file="_inc/top.asp"--></div>
<!-- end top -->
<!-- menu -->
<div id="MenuDiv"><!--#include file="_inc/inc_menu.asp"--></div>
<!-- end menu -->
<!-- Left side -->
<div id="LeftContentDiv"><!--#include file="_inc/loginform.asp"--></div>
<!-- end left side -->
<!-- Content div -->
<div id="MainContent">
<div id="PageSubject"> Välkommen!</div>
<div id="PageContent">Ha ha ha... </div>
</div>
<!-- end content div -->
<!-- Bottom div -->
<div id="BottomDiv">
<div id="CopyrightDiv">© 2005 Goshin Ryu Jujutsu</div>
<div id="InfoDiv">Info...</div>
</div>
<!-- end bottom div -->
</div>
CSS-mallen!
#TopDiv {
width: 781px;
}
#MainDIv {
padding: none;
width: 781px;
height: 100%;
border: none;
}
#MenuDiv {
height: 20px;
width: 781px;
border-bottom: solid 1px #545454;
border-top: solid 1px #545454;
background-color: #232323;
}
#LeftContentDiv {
float: left;
border-right: solid 1px #545454;
border-left: 0px;
background-color: #000000;
width: 163px;
height: 80%;
margin: none;
}
#MainContent {
background-color: #333333;
float: right;
height: 80%;
width: 617px;
}
#BottomDiv {
border-top: solid 1px #545454;
width: 781px;
height: 20px;
}
#CopyrightDiv {
background-color: #000000;
float: left;
height: 15px;
width: 164px;
border-right: solid 1px #545454;
color: #ffffff;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
#InfoDiv {
background-color: #333333;
float: left;
height: 15px;
width: 617px;
color: #ffffff;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
Men den cp:ar sig, den visar den sista punkten i texten i PageContent på ett hel skumt ställe.. :l
Kolla det vita fältet näst längst ned, där åtefinns punkten, där skall den inte vara, hur fasiken kommer det sig.. har jag fuckat upp med div:arna eller?
