Advertisement
Advertisement
| 10.09.2008 at 11:38PM PDT, ID: 23803314 | Points: 250 |
|
[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: |
#getstarted {
background-image: url(graphics/get_started_streaming.gif);
background-repeat: no-repeat;
height: 220px;
position: relative;
width: 220px;
float: left;
padding-bottom: 20px;
}
.ad_text {
color: #395F84;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bolder;
line-height: normal;
margin-top: 20px;
white-space: normal;
float: right;
overflow: visible;
position: absolute;
clear: left;
display: inline-block;
}
<body>
<div id="getstarted">
<div align="center" class="ad_text">
Plans start as <br>
low as $50 </div>
</div>
|