Advertisement
conception

simple anchor

Jul 26th, 2014
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <style>
  2. .container {
  3. width: 300px; height: 200px;
  4. overflow: auto; overflow-y: hidden;
  5. background: #282828;
  6. }
  7. .section { height: 200px; overflow: auto; }
  8. </style>
  9.  
  10. <table width="500px"><tr><td>
  11. <div style="overflow: auto; width: 100px; height: 200px; background: #282828;">
  12. <a href="#main">link here</a>
  13. <br /><a href="#extra1">link here</a>
  14. <br /><a href="#extra2">link here</a>
  15. <br /><a href="#extra3">link here</a>
  16. </div>
  17. </td><td> </center>
  18. <center><div class="container">
  19.  
  20. <a name="main"></a>
  21. <div class="section">
  22. </div>
  23.  
  24. <a name="extra1"></a>
  25. <div class="section">
  26. </div>
  27.  
  28. <a name="extra2"></a>
  29. <div class="section">
  30. </div>
  31.  
  32.  
  33. <a name="extra3"></a>
  34. <div class="section">
  35.  
  36. </div>
  37. </div>
  38. </td></tr></table>
  39. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement