How do you put an above banner image on MySpace without overlapping the search bar?
I have been searching forever to find a proper code to put an image above the banner on MySpace. Luckily I found one that centers the image properly, but it overlaps the search bar! this is the code I used…
<div class="banner">
<img src="IMAGE URL HERE" border="0" /></div>
<style type="text/css">
.banner {width: px; height:px;position: absolute;margin-left: -405px;left: 50%;top: 0px;}
body {margin-top:328px;}
</style>
My original image size is WIDTH 1148px HEIGHT 1098px Why is it overlapping? how can I fix it? please help.
if I increase the top number it drops the image even further down the page.
One Response
Betwixt & Be
10 Sep 2009





It appears to be the correct code. Maybe you can try adjusting the "top" #, since it’s currently 0px, you should increase it to raise the banner higher.