Advertisement
izuemis

cr akustqr

Mar 21st, 2023 (edited)
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. -- container scrollbox --
  2. position: absolute;
  3. left: 0em;
  4. bottom: 3.875em;
  5. height: 19em;
  6. z-index: 999;
  7.  
  8. -- MENU --
  9. <body>
  10. <div style="text-align: center;">
  11. <select onchange='location=this.options[this.selectedIndex].value;' style='width:160px;font-size:1em;background:black;padding:4px;border:1px solid #000;border-radius: 5px;color: #000;margin-top: 0px;color: white;'>
  12. <option value="#home">navigation</option>
  13. <option value="#one">about me</option>
  14. <option value="#two">guidelines</option>
  15. <option value="#three">likes</option>
  16. </select>
  17. </div>
  18. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement