博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

input 选中效果

Posted on 2013-05-28 10:23  阳光-浪漫  阅读(1630)  评论(0编辑  收藏  举报

<style type="text/css">
input {
border:1px solid #339900; 
background:#ffffff;
height:30px; line-height:30px; color:#009900

}
input {
 star : expression(
 onmouseover=function(){this.style.backgroundColor="#D5E9F6"},
 onmouseout=function(){this.style.backgroundColor="#ffffff"})
 }
</style>