View Single Post
Old 09-05-2011, 12:32 PM  
Spudman
Confirmed User
 
Spudman's Avatar
 
Join Date: Aug 2002
Location: UK
Posts: 3,198
ok guys i just found a really good one thats easy to use:

put this in your CSS file and play with the margins etc to set the position of the banner:
.box {
position: fixed;
left: 50%;
top: 50px;
margin: 0 0 0 -660px;
}
* html .box {
position: absolute;
}

put this in your site html
<div class="box">
Banner code
</div>

job done
__________________
Take it Easy !!!
Spudman is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote