百科学堂 | 实用工具

input的css定义大全



<style type="text/css">
      input[type="text"]
      {
      background-color:#FFC;
      }
   
      input[type="password"]
      {
      background-image:url(BG.gif);
      }
   
      input[type="submit"]
      {
      background-color:blue;
      color:white;
      }
   
      input[type="reset"]
      {
      background-color:navy;
      color:white;
      }
   
      input[type="radio"]
      {
      /*In FF,Some radio style like background-color not been supported*/
      margin:10px;
      }
   
      input[type="checkbox"]
      {
      /*In FF,Some checkbox style like background-color not been supported*/
      margin:10px;
      }
   
      input[type="button"]
      {
      background-color:lightblue;
      }
      </style>
本文版权:http://www.ndfweb.cn/news-511.html
NDF网站建设淘宝店 | 联系我们
©2007-2025 NDF Corporation