首页 > 开发 > CSS > 正文

CSS立体按钮效果

2024-07-11 09:01:13
字体:
来源:转载
供稿:网友

 head title 立体按钮-www.cxybl.com / title style type = text/css #elButtona{ color:#000000; font-size:12px; font-family:verdana; font-weight:bold; text-decoration:none; border:4pxoutsetaqua; background-color:#00ffff; display:block; width:13

 
 
 
  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> 

 

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表