PDA

View Full Version : myspace background


jac fross
January 25th, 2007, 12:56 PM
how do i get a fixed background to show above the ads

atlanta
January 25th, 2007, 05:46 PM
to make it show above the ads you can use this code

<style type="text/css">
body{
background-position:top center;margin-top: 200;}

div.topbanner {
top: 0;
left: 49%;
margin-left: -200px;
width: 100%;
height: 500px;
position: absolute;
}
</style>

<div class="topbanner"><img src="link" border="0"></div>

i can make a generator for you if you have a resource site