Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style type="text/css">
- #container {
- margin: auto
- }
- #dropdownmenu {
- position: absolute;
- margin-left: 10px;
- margin-top: 10px;
- }
- select {
- background-image: url('https://41.media.tumblr.com/a4177db7fb45fd4685f1a694ce76ed34/tumblr_novhnrwKja1ru3nbdo8_r2_100.png');
- border: 0;
- text-transform: uppercase;
- letter-spacing: 2px;
- width: 300px;
- padding: 5px 20px 5px 20px;
- border-radius: 10px;
- background-color: #fff;
- border: 1px dotted #aaa;
- box-shadow: 0px 0px 0px 4px #fff;
- text-shadow: 1px 1px 1px #fff;
- color: #aaa;
- font-size: 10px;
- font-family: 'Arial', sans-serif;
- -webkit-appearance: none;
- }
- </style>
- <body>
- <div id="container">
- <select onChange="location.href=this.options[this.selectedIndex].value;">
- <option value="/">Title →</option>
- <option value="YOUR LINK URL HERE">YOUR LINK NAME HERE</option>
- <option value="YOUR LINK URL HERE">YOUR LINK NAME HERE</option>
- <option value="YOUR LINK URL HERE">YOUR LINK NAME HERE</option>
- </select>
- </div>
Add Comment
Please, Sign In to add comment