Charity Stripe In The Corner?

Discussion in 'HTML & Website Design' started by RTL, Dec 23, 2007.

  1. #1
    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?
     
    RTL, Dec 23, 2007 IP
  2. twistedspikes

    twistedspikes Notable Member

    Messages:
    5,694
    Likes Received:
    293
    Best Answers:
    0
    Trophy Points:
    280
    #2
    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):
     
    twistedspikes, Dec 23, 2007 IP
    RTL likes this.
  3. RTL

    RTL Active Member

    Messages:
    362
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Thank you very much!
     
    RTL, Dec 23, 2007 IP
  4. twistedspikes

    twistedspikes Notable Member

    Messages:
    5,694
    Likes Received:
    293
    Best Answers:
    0
    Trophy Points:
    280
    #4
    Of course you would have to edit the width and height attributes to the same as the image :D.

    Also you could place that css in your stylesheet, I just placed it inline as it was easier at the time.
     
    twistedspikes, Dec 23, 2007 IP