How to create a float side navigation in wp ?

Discussion in 'WordPress' started by skabt, Apr 19, 2010.

  1. #1
    how to create the side float thing ?? i would like to add some navigation on the page ....
    thanks
     

    Attached Files:

    skabt, Apr 19, 2010 IP
  2. rilwis

    rilwis Peon

    Messages:
    104
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can implement a code like this in the footer.php file:

    <div style="position:fixed;right:0;top:50%;width:30px;height:50px"><a href="#top"><img src="top-button.png" /></a></div>
    Code (markup):
     
    rilwis, Apr 19, 2010 IP