sweetcandyskittles

Dropdown Menu - Textbox

Aug 19th, 2012
554
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <!--originally made by ixora, edited by:leshistoire-->
  2. <select style="font-family:'georgia';font-style:italic:color:#000;background:#fff;width:180px;font-size:9px;letter-spacing:1px;border:1px dashed #eee;" onChange="location.href=this.options[this.selectedIndex].value;">
  3.  
  4. <option value=''>TITLE</option>
  5.  
  6. <option value="URL">link one here</option>
  7.  
  8. <option value="URL">link two here</option>
  9.  
  10. <option value="URL">link three here</option>
  11.  
  12. <option value="URL">link four here</option>
  13.  
  14. <option value="URL">link five here</option>
  15.  
  16. </select>
Advertisement
Add Comment
Please, Sign In to add comment