Guest User

Untitled

a guest
Jun 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Test HTML select</title>
  4. </head>
  5. <body>
  6. <form id="testForm">
  7. <select style="width: 75px;" onfocus="this.style.width='auto';" onblur="this.style.width='75px';"">
  8. <option value="1">Text 1</option>
  9. <option value="1">Zweiter Text ein bischen länger</option>
  10. </select>
  11. </form>
  12.  
  13. </body>
  14. </html>
Add Comment
Please, Sign In to add comment