PDA

View Full Version : float image over the header of forum



PuntoPower
Mon 5th Sep '05, 10:43am
i was wondering is it possible to "float" an image over the header for a forum. the image i want to float is some banners from phpads. see attached forum header

PuntoPower
Tue 6th Sep '05, 6:00am
here is what i have so far now, the banner is floating over the header (logostrip.gif) but logostrip_bg.gif is now showing, this gif is only a pixel wide and repeats to the edge of screen after the logostrip.gif.

how can i get the logostrip_bg.gif to show?

thanks


<div style="background: #ffffff url(http://www.abc.com/forum/images/aesthetic/misc/logostrip_bg.gif) repeat-x; height: 201px;">


<div style="background: #ffffff url(http://www.abc.com/forum/images/aesthetic/misc/logostrip.gif) no-repeat; height: 201px;">


<div style="float: right; margin: 20px; border: 0px solid #ffffff;">

<script language='JavaScript' type='text/javascript' src='http://abc.com/phpAdsNew/adx.js'></script>
<script language='JavaScript' type='text/javascript'>

if (!document.phpAds_used) document.phpAds_used = ',';
phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);

document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
document.write ("http://abc.com/phpAdsNew/adjs.php?n=" + phpAds_random);
document.write ("&amp;what=zone:3");
document.write ("&amp;exclude=" + document.phpAds_used);
if (document.referrer)
document.write ("&amp;referer=" + escape(document.referrer));
document.write ("'><" + "/script>");

</script><noscript><a href='http://abc.com/phpAdsNew/adclick.php?n=af4aa6e8' target='_blank'><img src='http://abc.com/phpAdsNew/adview.php?what=zone:3&amp;n=af4aa6e8' border='0' alt=''></a></noscript>


</div>
</div>
</div>