SITE
<style type="text/css">
<!--
body {
background-image: url(Background.jpg);
}
This is my CSS:
#apDiv1 {
position:absolute;
width:200px;
height:115px;
z-index:1;
left: 291px;
top: 105px;
}
#apDiv2 {
position:absolute;
width:332px;
height:41px;
z-index:1;
left: 767px;
top: 54px;
}
#apDiv3 {
position:absolute;
width:51px;
height:23px;
z-index:2;
left: 787px;
top: 63px;
}
.style1 {
color: #CE8D46;
font-family: "Myriad Pro";
font-size: 18px;
}
#apDiv4 {
position:absolute;
width:44px;
height:23px;
z-index:2;
left: 829px;
top: 67px;
}
#apDiv5 {
position:absolute;
width:58px;
height:26px;
z-index:2;
left: 904px;
top: 63px;
}
#apDiv6 {
position:absolute;
width:34px;
height:23px;
z-index:4;
}
#apDiv7 {
position:absolute;
width:82px;
height:22px;
z-index:3;
left: 760px;
top: 67px;
}
</style>
And in in the HTML body I have the divs.
Edited by N-sane Noob, 30 January 2008 - 10:45 PM.
