Advertisement
petar_bonov

mobile page navigation

Jan 22nd, 2024
577
0
261 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.61 KB | None | 0 0
  1. <div id="nav-review-page">
  2.     <div class="nav-container">
  3.         <a href="#" id="first-button" class="disabled">
  4.             <i class="head-icon icon-first-page"></i>
  5.         </a>
  6.  
  7.         <a href="#" class="prevnextbutton disabled">
  8.             <i class="head-icon icon-gallery-arrow-left"></i>
  9.         </a>
  10.  
  11.         <div class="page">
  12.             <span class="current">1</span>
  13.             <span class="count">of 3045</span>
  14.         </div>
  15.  
  16.         <a href="news.php3?iPage=2" class="prevnextbutton">
  17.             <i class="head-icon icon-gallery-arrow-right"></i>
  18.         </a>
  19.  
  20.         <a href="news.php3?iPage=3045" id="last-button">
  21.             <i class="head-icon icon-last-page"></i>
  22.         </a>
  23.     </div>
  24. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement