Badges on corner of page.

Discussion in 'CSS' started by rajesh_, Sep 17, 2007.

  1. #1
    HI,
    I have seen a site with small badge at corner of the page long time. Is there any tutorial or guide to make a badge at corner of the page.

    Its like small advertisement.
     
    rajesh_, Sep 17, 2007 IP
  2. Agent_Dweeb

    Agent_Dweeb Peon

    Messages:
    5,607
    Likes Received:
    384
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I have this ribbon ad generator located somewhere, I will find it for you.
     
    Agent_Dweeb, Sep 17, 2007 IP
  3. rajesh_

    rajesh_ Active Member

    Messages:
    172
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    #3
    thanks...Waiting :)
     
    rajesh_, Sep 17, 2007 IP
  4. krt

    krt Well-Known Member

    Messages:
    829
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    120
    #4
    Here is one to put it on the top right. Did you want it fixed? (i.e. stays there while scrolling?)

    <div id="badge">foo</div>

    CSS:
    #badge {
    position: absolute;
    top: 0;
    right: 0;
    }
     
    krt, Sep 17, 2007 IP
  5. Agent_Dweeb

    Agent_Dweeb Peon

    Messages:
    5,607
    Likes Received:
    384
    Best Answers:
    0
    Trophy Points:
    0