Advertisement
Advertisement
| 02.01.2008 at 01:13PM PST, ID: 23130858 |
|
[x]
Attachment Details
|
||
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: |
#Block1{
height: 320px;
width: 890px;
float: left;
}
#topLeft {
width: 50%;
height: 300px;
font-family: "Arial Black";
font-size: 24px;
margin-top: 30px
line-height: normal;
color: #000000;
font-weight: normal;
float: left;
padding-top: 20px;
background-color: #FFFFFF;
}
#topRight{
width: 50%;
height: 300px;
float: left;
color: #FFFFFF;
font-family: "Gill Sans MT";
line-height: normal;
font-size: 12px;
text-align: center;
margin-top: 42;
margin-left: auto;
background-color: #000000;
padding-top: 20px;
background-image: url(iPodDock.jpg);
background-repeat: no-repeat;
background-position: center center;
}
#descriptionLong {
font-family: "Gill Sans MT";
font-size: 14px;
float: left;
width: 280px;
height: 280px;
color: #000000;
padding-left: 10px;
background-color:#FFFFFF
}
HTML CODE:
<div id="Block1">
<div id="topLeft">
<div id="product">text here </div>
<div id="price">$119.99 </div>
<div id="shipping">+$5 shipping </div>
<div id="holder1">
<div id="conditions">Condition:<br />Product(s): </div>
<div id="descriptionShort">New<br />text here</div>
</div> <!-- end holder1 -->
</div> <!-- end topLeft -->
<div id="topRight"></div> <!-- end topRight -->
</div> <!-- end "mainBlock" -->
|