How to make a message banner like this one..

Discussion in 'Programming' started by netmaster123, Sep 22, 2006.

  1. #1
    I came accross this site: http://miarroba.com/

    Right on the top there is a message in yellow or orange with a message and a link.

    How can I put a message like this on my website any free javascripts out there that can do this.

    Please help.
     
    netmaster123, Sep 22, 2006 IP
  2. netmaster123

    netmaster123 Well-Known Member

    Messages:
    1,852
    Likes Received:
    47
    Best Answers:
    0
    Trophy Points:
    140
    #2
    Does anyone know any javascripts that can do this for me.
     
    netmaster123, Sep 22, 2006 IP
  3. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #3
    just need css:
    in your style set
    .grr { background:yellow; padding:1.5em; border-bottom:2px solid #00; }
    <div class="grr">this is my stuff</div>
     
    ccoonen, Sep 22, 2006 IP
  4. ivenms

    ivenms Peon

    Messages:
    334
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    That is really cool content. Thanks
     
    ivenms, Sep 22, 2006 IP