2022-06-14 分類: 網(wǎng)站建設(shè)
1、表單文本輸入的移動(dòng)選擇:在文本輸入欄中,如果加入了提示,來訪者往往要用鼠標(biāo)選取后刪除,再輸入有用的信息。其實(shí)只要加入onMouseOver="this.focus()" onFocus="this.select()" 代碼到 <textarea> 中,一切就會(huì)變得簡單多了,如:
<textarea name=textarea wrap=virtual rows=2 cols=22 onMouseOver="this.focus()" onFocus="this.select()">Input English..</textarea>
類似的,可以加入代碼到<input>。
2、表單輸入單元點(diǎn)擊刪除:本列同上則作用類似,只是使用鼠標(biāo)上略有變化,需要點(diǎn)擊而不像上則的只要鼠標(biāo)覆蓋。如:
<input type=text name="address" size=19 value="Enter,e-mail..."onFocus="this.value='">
點(diǎn)擊輸入單元后,提示信息會(huì)刪除,是不是很方便。
3、表單輸入單元的邊框設(shè)置:更改傳統(tǒng)的表單單元邊框,會(huì)讓你的主頁生色不少。如:
<input type=radio name=action value=subscribe checked >
其中"style=***"為左右上下和背景色設(shè)置,適用于其它單元,請讀者親自試試。
4、表單輸入單元的文字設(shè)置:表單中單元的字體是可以修改的,如:
<input type=text name="address" size=19 value="Enter,e-mail..." style=font-family:"verdana";font-size:10px >
其中"style=***"為字體和字大小設(shè)置。
當(dāng)前題目:設(shè)計(jì)個(gè)性化表單的技巧
文章起源:http://www.rwnh.cn/news43/167093.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站營銷、外貿(mào)網(wǎng)站建設(shè)、外貿(mào)建站、動(dòng)態(tài)網(wǎng)站、網(wǎng)站制作、網(wǎng)站導(dǎo)航
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容