1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
div#content {
width:auto;
min-width:250px;
height:600px;
margin:0px 290px;
}
div#content_top_left {
float:left;
width:30px;
height:30px;
background-image: url(lefttopcontent.png);
}
div#content_top_right {
float:right;
width:30px;
height:30px;
background-image:url(rightttopcontent.png);
}
div#content_top {
width:100%;
height:30px;
background-image:url(middletopcontent.png);
margin-left:30px;
margin-right:-30px;
}
div#content_middle {
width:100%;
height:100%;
background-color:#AAC8AF;
margin-left:30px;
margin-right:-30px;
color:#336600;
}
div#content_middle_left {
float:left;
width:30px;
height:100%;
background-image: url(left_content.png);
}
div#content_middle_right {
float:right;
width:30px;
height:100%;
background-image:url(right_content.png);
}
div#content_bottom_left {
float:left;
width:30px;
height:30px;
background-image:url(leftbottomcontent.png);
}
div#content_bottom_right {
float:right;
width:30px;
height:30px;
background-image:url(rightbottomcontent.png);
}
div#content_bottom {
width:100%;
height:30px;
background-image:url(middlebottomcontent.png);
margin-left:30px;
margin-right:30px;
} |
Partager