国产探花免费观看_亚洲丰满少妇自慰呻吟_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>
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 龙泉市| 萨嘎县| 五大连池市| 辉县市| 松潘县| 汉阴县| 恩施市| 若尔盖县| 平果县| 红河县| 彰化市| 南汇区| 文登市| 青龙| 洛阳市| 永安市| 利辛县| 宁夏| 海阳市| 固阳县| 乐山市| 新干县| 北海市| 恩施市| 富裕县| 阿城市| 五峰| 忻城县| 观塘区| 兴和县| 祥云县| 南乐县| 海丰县| 咸阳市| 当涂县| 河间市| 封开县| 白沙| 镇江市| 公安县| 阳山县|