mattastic
03-15-2007, 11:59 AM
Hi Folks,
I know this is a popular query, have searched the forum, but still can't seem to find an answer, here is my code, I'd like to do the above, any ideas?
<style type="text/css">
<!--
.backpic {
background-attachment: fixed;
background-image: url(images/restbutton.jpg);
background-repeat: no-repeat;
background-position: 0px bottom;
height: 142px;
width:204px;
}
.backpic p{
position:absolute;
left:100%;
bottom:0px;
}
-->
</style>
<div class="backpic"><p>
text</p></div>
I know this is a popular query, have searched the forum, but still can't seem to find an answer, here is my code, I'd like to do the above, any ideas?
<style type="text/css">
<!--
.backpic {
background-attachment: fixed;
background-image: url(images/restbutton.jpg);
background-repeat: no-repeat;
background-position: 0px bottom;
height: 142px;
width:204px;
}
.backpic p{
position:absolute;
left:100%;
bottom:0px;
}
-->
</style>
<div class="backpic"><p>
text</p></div>