主頁 > 知識庫 > 網(wǎng)頁輸入框的樣式觸發(fā)效果

網(wǎng)頁輸入框的樣式觸發(fā)效果

熱門標簽:地圖標注沿海城市房價 地圖標注員工作內(nèi)容 威海語音外呼系統(tǒng)平臺 通遼地圖標注app 高德地圖標注廁所 西安金倫外呼系統(tǒng) 江西ai電銷機器人如何 中國地圖標注城市的 智能語音電銷機器人客戶端

  這個例子主要學(xué)習(xí)兩個參數(shù)onblur和onFocus.因為這兩個參數(shù)以前很少遇到,baidu 一下明白了,onblur 是控件在失去焦點的時候觸發(fā)的事件,而onFocus就是成為輸入焦點的時候觸發(fā)的事件,這兩個參數(shù)都可以和className結(jié)合直接調(diào)用樣式表類名

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
</head>
<body>
<style type="text/css">
.input1{
font-family: verdana;background-color: #EEEEEE;border-bottom: #FFFFFF 1px solid;border-left: #CCCCCC 1px solid;border-right: #FFFFFF 1px solid;border-top: #CCCCCC 1px solid;font-size: 12px;
}
.input1-bor {
font-family:verdana;background-color:#F0F8FF;font-size: 12px;
border: 1px solid #333333;}
</style>
<table cellspacing=2 cellpadding=0 width=300 border=0>
<tr>
<td><font class="en1">姓名:</font> </td>
<td><input size=40 name=name class="input1" onblur="this.className='input1'" onfocus="this.className='input1-bor'">
</td>
</tr>
<tr>
<td><font class="en1">郵箱:</font></td>
<td><input size=40 name=email class="input1" onblur="this.className='input1'" onfocus="this.className='input1-bor'"></td>
</tr>
<tr>
<td><font class="en1">網(wǎng)址:</font> </td>
<td><input size=40 name=url class="input1" onblur="this.className='input1'" onfocus="this.className='input1-bor'">
</td>
</tr>
<tr>
<td><font class="en1">主題:</font> </td>
<td><input size=40 name=subject class="input1" onblur="this.className='input1'" onfocus="this.className='input1-bor'">
</td>
</tr>
<tr>
<td><font class="en1">內(nèi)容: </font> </td>
<td><textarea name=message rows=5 cols=35 class="input1" onblur="this.className='input1'" onfocus="this.className='input1-bor'"></textarea></td></tr></table>
</body>
</html>

標簽:崇左 晉中 北海 阜陽 眉山 營口 河池 青海

巨人網(wǎng)絡(luò)通訊聲明:本文標題《網(wǎng)頁輸入框的樣式觸發(fā)效果》,本文關(guān)鍵詞  網(wǎng)頁,輸入,框,的,樣式,觸發(fā),;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《網(wǎng)頁輸入框的樣式觸發(fā)效果》相關(guān)的同類信息!
  • 本頁收集關(guān)于網(wǎng)頁輸入框的樣式觸發(fā)效果的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章