xmisa0923

jump pag

Mar 3rd, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1.  
  2. #next {
  3. position: fixed;
  4. bottom: 5px;
  5. left: 620px;
  6. z-index: 999;
  7. }
  8.  
  9. .img {
  10. width: 400px;
  11. min-width: 400px;
  12. max-width: 500px;
  13. }
  14.  
  15. <span class="current_page">{PageNumber}</span>
  16. <a class="jump_page" href="{URL}">{PageNumber}</a>
  17. {block:NextPage}
  18. <a href="{NextPage}">▶</a>
  19. {/block:NextPage}
Advertisement
Add Comment
Please, Sign In to add comment