Navigation arrows for large pages


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <a href="#bottom" name="top">&#8595;&nbsp;&#8595;&nbsp;&#8595;</a>
  2. <a href="#top" name="bottom">&#8593;&nbsp;&#8593;&nbsp;&#8593;</a>
  3.  
  4.  
  5. <!--style example-->
  6. .local_nav{
  7. float: left;
  8. margin: 0px 0 0 10px;
  9. width: 40px;
  10. height: 10px;
  11. font-family: Arial;
  12. font-size: 1.5em;
  13. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.