国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > CSS > 正文

應用IE6所不支持的CSS的type選擇器

2024-07-11 08:22:12
字體:
來源:轉載
供稿:網友

  應用ie6所不支持的css的type選擇器,可以精確的選擇各種表單元素。

  簡單,明了,可以分區出各個input控件形態。

  type選擇器,ie6之前的對web標準支持的不太好的瀏覽器不能支持。致命……

<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>ie6所不支持的css的type選擇器 - www.52css.com</title>
    <meta name="keywords" content=""/>
    <meta name="description" content=""/>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <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>
</head>

<body>
<dl>
<dt>this is normal textbox:<dd><input type="text" name="">
<dt>this is password textbox:<dd><input type="password" name="">
<dt>this is submit button:<dd><input type="submit">
<dt>this is reset button:<dd><input type="reset">
<dt>this is radio:<dd><input type="radio" name="ground1"> <input type="radio" name="ground1">
<dt>this is checkbox:<dd><input type="checkbox" name="ground2"> <input type="checkbox" name="ground2">
<dt>this is normal button:<dd><input type="button" value="i'm button">
</dl>
</body>
</html>
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 来宾市| 富川| 普定县| 突泉县| 河北省| 南岸区| 通辽市| 浏阳市| 河源市| 紫金县| 朔州市| 平安县| 沂源县| 德惠市| 图片| 阳信县| 齐河县| 东光县| 昭通市| 邯郸县| 五河县| 驻马店市| 云阳县| 静宁县| 临潭县| 论坛| 普定县| 南宫市| 涪陵区| 佳木斯市| 鄂尔多斯市| 台南县| 平利县| 错那县| 确山县| 厦门市| 汉寿县| 始兴县| 井研县| 肇庆市| 图们市|