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

首頁(yè) > 開(kāi)發(fā) > CSS > 正文

應(yīng)用IE6所不支持的CSS的type選擇器

2024-07-11 08:39:47
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

應(yīng)用IE6所不支持的CSS的type選擇器,可以精確的選擇各種表單元素。
簡(jiǎn)單,明了,可以分區(qū)出各個(gè)input控件形態(tài)。
type選擇器,IE6之前的對(duì)web標(biāo)準(zhǔn)支持的不太好的瀏覽器不能支持。致命……


<!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>

發(fā)表評(píng)論 共有條評(píng)論
用戶(hù)名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 铁岭县| 平潭县| 从化市| 获嘉县| 寿阳县| 白水县| 任丘市| 上蔡县| 屏山县| 合作市| 关岭| 尤溪县| 托克托县| 无为县| 宝清县| 阜宁县| 宁国市| 垣曲县| 渝北区| 临泉县| 永寿县| 高安市| 隆安县| 吐鲁番市| 江陵县| 丽江市| 保德县| 仪征市| 浙江省| 明光市| 湘乡市| 洛扎县| 玛多县| 铜梁县| 抚州市| 龙岩市| 英吉沙县| 凌海市| 丹凤县| 台安县| 铜梁县|