HELP! Anyone know any floating Wordpress Plugin?

Discussion in 'WordPress' started by berniceliew, Mar 17, 2012.

  1. #1
    Hi,

    I'm a newbie for Wordpress. Urgently need help here.
    I'm looking for a floating bar/button plugin for my Wordpress site.
    I want something similar to "slick contact us" plugin.

    This is the info I need for my floating bar as attached:
    Title: Member Login
    Form: php code

    A million thanks.

    Floating Bar.jpg
     
    berniceliew, Mar 17, 2012 IP
  2. тнє Sufi

    тнє Sufi Peon

    Messages:
    391
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Use css
    position: fixed;
    Code (markup):
    in the area, where you want to put it.
    Say:
    
    .slide{
    margin-top: 10px;
    margin-right: 30px;
    height: 125px;
    width: 300px;
    position: fixed;
    }
    
    Code (markup):
    This will work as you wanted!
     
    тнє Sufi, Mar 17, 2012 IP
  3. berniceliew

    berniceliew Peon

    Messages:
    5
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks Sufi
     
    berniceliew, Mar 19, 2012 IP