This article is a mirror article of machine translation, please click here to jump to the original article.

View: 13708|Reply: 3

[HTML/HTML5] html colorful drop-down menu effect code

[Copy link]
Posted on 10/23/2014 10:19:18 AM | | | |
  1. <p><html>
  2. <head>
  3. <title>七彩的下拉菜单</title>
  4. <style type="text/css">
  5. <!--
  6. .blue{
  7.         background-color:#7598FB;
  8.         color: #000000;
  9. }
  10. .red{
  11.         background-color:#E20A0A;
  12.         color: #ffffff;
  13. }
  14. .green{
  15.         background-color:#3CB371;
  16.         color: #ffffff;
  17. }
  18. .yellow{
  19.         background-color:#FFFF6F;
  20.         color: #000000;
  21. }
  22. .cyan{
  23.         background-color:00FFFF;
  24.         color:#000000;
  25. }
  26. .purple{
  27.         background-color:800080;
  28.         color:#FFFFFF;
  29. }
  30. -->
  31. </style>
  32. </head>

  33. <body>
  34. <form method="post" action="">
  35.         <p><label for="color">Select your favorite color:</label>
  36.         <select name="color" id="color">
  37.                 <option value="">Select One</option>
  38.                 <option value="blue" class="blue">blue</option>
  39.                 <option value="red" class="red">red</option>
  40.                 <option value="green" class="green">green</option>
  41.                 <option value="yellow" class="yellow">yellow</option>
  42.                 <option value="cyan" class="cyan">cyan</option>
  43.                 <option value="purple" class="purple">purple</option>
  44.         </select></p>
  45.         <p><input type="submit" name="btnSubmit" id="btnSubmit" value="Send!"></p>
  46. </form>
  47. </body>
  48. </html></p><p> </p><p><img alt="" src="http://www.itsvse.com/forum.php?mod=image&aid=321&size=300x300&key=c0c50002f508100b&nocache=yes&type=fixnone" border="0" aid="attachimg_321"></p>
Copy code






Previous:A sophomore girl proposed in a wedding dress downstairs in the men's dormitory, and her boyfriend burst into tears
Next:Text-like buttons (when you type a commit, the next time you double-click the input box, the record you entered before will appear)
Posted on 10/23/2014 10:50:14 AM |
The picture must be real!
Posted on 10/23/2014 10:57:48 AM |
There are pictures and truths
 Landlord| Posted on 10/23/2014 1:28:56 PM |

Yes, e。。。。。
Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com