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

首頁 > 開發(fā) > CSS > 正文

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

2024-07-11 09:04:19
字體:
來源:轉載
供稿:網(wǎng)友

武林網(wǎng)(www.survivalescaperooms.com)文章簡介:type選擇器,IE6之前的對web標準支持的不太好的瀏覽器不能支持。

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

  簡單,明了,可以分區(qū)出各個input控件形態(tài)。

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

<!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "">
<html xmlns="" >
<head>
    <title>IE6所不支持的CSS的type選擇器 - </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>

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 十堰市| 汉寿县| 无棣县| 德保县| 涿鹿县| 永昌县| 武冈市| 纳雍县| 哈密市| 鲁山县| 平乐县| 文山县| 都兰县| 曲水县| 罗定市| 工布江达县| 疏附县| 离岛区| 盈江县| 财经| 巨野县| 乐清市| 永吉县| 昌黎县| 清镇市| 芒康县| 通州区| 昂仁县| 株洲县| 延川县| 新民市| 富川| 长治县| 遂宁市| 纳雍县| 昂仁县| 慈利县| 曲周县| 宁蒗| 堆龙德庆县| 贵港市|