css 立體效果:CSS立體按鈕效果

來源:互聯網
上載者:User
 
  1. <head> 
  2. <title>立體按鈕 - www.cxybl.com</title> 
  3. <style type="text/css"> 
  4. #elButton a { 
  5. color: #000000; 
  6. font-size:12px; 
  7. font-family:verdana; 
  8. font-weight:bold; 
  9. text-decoration: none; 
  10. border:4px outset aqua; 
  11. background-color:#00ffff; 
  12. display: block; 
  13. width: 130px; 
  14. padding: 3px 5px; 
  15. margin: 1px; 
  16. #elButton a:hover { 
  17. background-color: #00c0c0; 
  18. color:#000000; 
  19. padding-left:4px; 
  20. border:4px inset aqua; 
  21. #elButton a { 
  22. color: #000; 
  23. font-size:12px; 
  24. font-family:verdana; 
  25. font-weight:bold; 
  26. text-decoration: none; 
  27. border:4px outset aqua; 
  28. background-color:#00ffff; 
  29. display: block; 
  30. width: 130px; 
  31. padding: 3px 5px; 
  32. margin: 1px; 
  33. #elButton a:hover { 
  34. background: #00c0c0; 
  35. color:#000000; 
  36. padding-left:4px; 
  37. border:4px inset aqua; 
  38. </style> 
  39. </head> 
  40. <body> 
  41. <div id="elButton"> 
  42. <div> 
  43. </div> 
  44. </div> 
  45. </body> 
  46. </html> 
本文連結http://www.cxybl.com/html/wyzz/CSS/20130908/40078.html

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.