close


支援CSS2 以上

用法::focus
說明:
focus 焦點 (目前的)

css定義:
    input focus 焦點
input:focus{
background: lime;
}
注意事項:

程式:
<!DOCTYPE html>
<html>
<head>
<title>css2 Selector focus 套用樣式</title>
<meta http-equiv="Content-Type" content="text/html; charset=BIG5">
<style type="text/css">
input:focus{
    background: lime;
}
</style>
</head>
<body>
<form action="">
name: <input type="text" value=""><br>
所在地: <input type="text" value="">
</form>
</body>
</html>

圖1:

 

 



測試結束~
如果還不了解可參考:w3schools CSS Selector Reference


感謝~




 






 















其它文章

arrow
arrow

    PG Levin Li 發表在 痞客邦 留言(0) 人氣()