Hi
I have created a banner at the top of my bands myspace:
Jelly’s Last Jam on MySpace Music - Free Streaming MP3s, Pictures & Music Downloads
and I wanted the image to remain as the background when you scroll down as in this page:
Franz Ferdinand on MySpace Music - Free Streaming MP3s, Pictures & Music Downloads
Can anyone help?
current code:
many thanks
I have created a banner at the top of my bands myspace:
Jelly’s Last Jam on MySpace Music - Free Streaming MP3s, Pictures & Music Downloads
and I wanted the image to remain as the background when you scroll down as in this page:
Franz Ferdinand on MySpace Music - Free Streaming MP3s, Pictures & Music Downloads
Can anyone help?
current code:
Code:
</style>
<style type="text/css">
body{
background-position:top center;margin-top: 872
;}
div.topbanner {
top: 0;
left: 49%;
margin-left: -750px;
width: 100%;
height: 872px;
position: absolute;
}
</style>
<div class="topbanner"><IMG SRC="http://s235468517.websitehome.co.uk/myspace/banner.jpg" border="0"></div>
<style type="text/css">
.nametext {
display:block;
width:291px;
height:168px;
background-image:url([URL="http://s235468517.websitehome.co.uk/myspace/bandname.jpg%29;"]http://s235468517.websitehome.co.uk/myspace/bandname.jpg);[/URL]
padding: 0;
margin: 0;
text-indent: -9999px;
}
</style>
Comment