I want to put pictures at the top of my myspace page above the ad on my band profile. I can put one picture up just fine, but when I try to put pictures on top of one another they just overlap each other.
I would like to do something like this.
Any tips for how I can fix this?
I used:
<style type="text/css">
body {
background-position:top center;margin-top: H;
}
div.topbanner {
top: 150%;
left: 49%;
margin-left: -600px;
width: 100%;
height: 800px;
position: absolute;
}
</style>
<div class="topbanner">
<IMG SRC="http://www.victoryhardcore.com/myspaceimages/atdr/homesick/adtr_myspace_top_26.jpg" border="0">
</div>
This is what I have so far:
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=446378267
I want a picture above that, but whenever I put the code in again the new picture just sits on top of the old picture.