View Full Version : how to make this


toolman
04-16-2005, 10:11 PM
Hi

How do i make something similar to the white band at the top right hand side of the site. Its a poverty support band which you place on your site. The thing is, it is linked and only has a link on the white band.. is it done with an image map or something.

http://www.webuser.co.uk/

the official downlaod is here:

http://www.makepovertyhistory.org/getinvolved.html

an the code is:

<script type="text/javascript" src="http://www.makepovertyhistory.org/whiteband_small_right.js">
</script><noscript><a href="http://www.makepovertyhistory.org/">
http://www.makepovertyhistory.org</a></noscript>

but it doesnt let you download the js file.

Any ideas?

Thanks

Fenring
04-17-2005, 07:58 AM
<_<

document.write('<style><!-- @import url(http://www.makepovertyhistory.org/whiteband.css); --></style>'
+ '<div class="MPHWhiteBandSmallRight"><img src="http://www.makepovertyhistory.org/whiteband_mphtranslinkimg.gif" width="163" height="163" border="0" usemap="#MPHLinkMapSmallRight" class="mphimage"></div>'
+ '<map name="MPHLinkMapSmallRight"><area shape="poly" coords="0,0,163,163,163,133,30,0" href="http://www.makepovertyhistory.org/" target="_blank"></map>'
);

If you can't already tell, I was able to get it.