I had been looking for this all day, and decided to just start writing my own, and do a T&E until I got it right. I decided to go ahead and release it, since it's nothing amazing :P So here you go:
<style>
body{
background-position:top center;margin-top: HEIGHT OF THE IMAGE}
div.topbanner {
top: 0;
left: 50%;
margin-left: -HALF OF THE SIZE OF YOUR WIDTH;
width: 100%;
height: HEIGHT OF THE IMAGEpx;
position: absolute;
}
</style>
<div class='topbanner'><a href='LINK TO PAGE IF ANY, IF NOT, DELETE THIS WHOLE LINE'><img src='IMAGE URL' border='0' /></a>
Examples:
http://www.myspace.com/debaclex
http://www.myspace.com/holcombmusic
If you go to my page (LISTED ABOVE) my coding is:
<style>
body{
background-position:top center;margin-top: 300}
div.topbanner {
top: 0;
left: 50%;
margin-left: -300px;
width: 100%;
height: 300px;
position: absolute;
}
</style>
<div class='topbanner'><a href='http://www.debaclex.com'><img src='http://i37.tinypic.com/314wftu.jpg' border='0' /></a>
Check it out, if you need help, feel free to send me the image you want and the page, if any, you want it to redirect to, and I will write the code for you
<style>
body{
background-position:top center;margin-top: HEIGHT OF THE IMAGE}
div.topbanner {
top: 0;
left: 50%;
margin-left: -HALF OF THE SIZE OF YOUR WIDTH;
width: 100%;
height: HEIGHT OF THE IMAGEpx;
position: absolute;
}
</style>
<div class='topbanner'><a href='LINK TO PAGE IF ANY, IF NOT, DELETE THIS WHOLE LINE'><img src='IMAGE URL' border='0' /></a>
Examples:
http://www.myspace.com/debaclex
http://www.myspace.com/holcombmusic
If you go to my page (LISTED ABOVE) my coding is:
<style>
body{
background-position:top center;margin-top: 300}
div.topbanner {
top: 0;
left: 50%;
margin-left: -300px;
width: 100%;
height: 300px;
position: absolute;
}
</style>
<div class='topbanner'><a href='http://www.debaclex.com'><img src='http://i37.tinypic.com/314wftu.jpg' border='0' /></a>
Check it out, if you need help, feel free to send me the image you want and the page, if any, you want it to redirect to, and I will write the code for you







