Anyone know where I can find that charity thing where you can embed a code onto your website and it'll have a floating diagonal stripe in the top right corner of your page?
An example? I think I understand what you mean, it'd be pretty easy to code into a page if you have the "stripe". Just by using the code below (should work): <div id="stripe" style="position:absolute; z-index:9; right:0px; top:0px; width:XXpx; height:XXpx;"> <img src="IMAGE" alt="charity stripe" /> </div> Code (markup):
Of course you would have to edit the width and height attributes to the same as the image . Also you could place that css in your stylesheet, I just placed it inline as it was easier at the time.