benjamindelury
03-17-2010, 03:11 AM
:mad:I am trying desperately to make a clickable banner for the top left corner of my bands myspace page. Here is a link to a page that has the type of banner I am trying to make work on our page: http://www.myspace.com/brianposehn
I have made such a code, however the banner I made does not move in accordance with different sized monitors. I want it to appear in the upper left-most corner no matter what screen it is on. Can anyone help with this?
Also, I know it's a long shot, but is there any way to get this banner to show up on Internet Explorer as well?
Thanks in advance,
Here is the code I currently have in place:
<div class="CORNERPIECE CLICKABLE" style="
left:auto;
top:0px;
z-index:3;
width:210px;
height:470px;
position: fixed;
margin-left: -588px;
overflow: hidden;">
<a href="http://www.ticketmaster.com/Bullet-for-My-Valentine-tickets/artist/1009824"><img src="http://i157.photobucket.com/albums/t61/arcaniumband/350x470Cornerpiece.png" border="0" alt="" /></a>
</div>
I have made such a code, however the banner I made does not move in accordance with different sized monitors. I want it to appear in the upper left-most corner no matter what screen it is on. Can anyone help with this?
Also, I know it's a long shot, but is there any way to get this banner to show up on Internet Explorer as well?
Thanks in advance,
Here is the code I currently have in place:
<div class="CORNERPIECE CLICKABLE" style="
left:auto;
top:0px;
z-index:3;
width:210px;
height:470px;
position: fixed;
margin-left: -588px;
overflow: hidden;">
<a href="http://www.ticketmaster.com/Bullet-for-My-Valentine-tickets/artist/1009824"><img src="http://i157.photobucket.com/albums/t61/arcaniumband/350x470Cornerpiece.png" border="0" alt="" /></a>
</div>