1、以事件驱动javascript 函数
  2、文本域显示内容,但不可修改
| <input value="网页名" readonly> | 
  3、让select控件可以自定义边框
| <style>  .box2{border:1px solid #00ff00;width:180px;height:17px;clip:rect(0px,179px,16px,0px);overflow:hidden;} select{position:relative;left:-2px;top:-2px;font-size:12px;width:183px;line-height:14px;border:0px;color:#909993;} </style> <div class=box2><select id=idselect1 onchange="select1();" hidefocus> <option selected>网页名</option> <option>网页制作</option> <option>媒体动画</option> <option>网站运营<option> </select></div>  |         
       4、css圆角
| <html xmlns:v>  <head> <style> v/:* {behavior: url(#default#vml);} </style> </head> <body> <v:roundrect style="position:relative;width:200;height:100px"> <v:shadow on="t" type="single" color="#b3b3b3" offset="5px,5px"/> <v:textbox style="font-size:12px">css实现真正的圆角表格</v:textbox> </v:roundrect> </body> </html>  |         
  5、建银密码输入器
softkeyboard.js
新闻热点
疑难解答