• My blog is at http://www.chrisfawkes.net

    What i would like to do is have an image linked to previous page to the left of the screen half way down and a next page on the right that will remain exactly half way down the screen as visitors scroll.

    Any help with how i could achieve that greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • take a look here: http://codex.wordpress.org/Function_Reference/posts_nav_link for navigation links help…

    And just define, using CSS, position: fixed & top:50%, for each one (previous/next), and left: 0 for previous & right: 0 for next… Or the inverse.. your choice.

    Thread Starter fawkesblog2

    (@fawkesblog2)

    Thank you Rafael

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I want to add a floating previous/next page graphic’ is closed to new replies.