最近更新 设为主页 将用层实现带横向滚动条的下拉框 加入收藏 |
||
![]() |
![]() |
|
| ITWEN首页┊ 操作系统 ┊ 网络冲浪┊ 办公软件┊ 网页设计┊ 图形图象┊ 认证考试┊ 程序设计┊ 数据库┊ 其它文章┊ 交流论坛 |
| 当前位置:ITWen >> 经验技巧 >> 用层实现带横向滚动条的下拉框 |
} function ShowDep() { if (showed==0) { clickfrom=1; eval(DepLayer).style.display=''; showed=1; } else if ( showed==1 ) { eval(DepLayer).style.display ="none"; showed=0; } } document.onclick = OnClick; function OnClick() { // if ( showed == 1 ) { if ( clickfrom ==1 ) { clickfrom =0; return; } eval(DepLayer).style.display ="none"; showed=0; } } function ChangeColor( type,obj ) //0- mouseover 1-mouseout { if ( type ==0 ) { obj.style.background='#000066'; obj.style.color ='#ffffff'; } else { obj.style.background='#ffffff'; obj.style.color ='#000000'; } } |
||||||||
引用提示: |
||||||||
版权申明: |
||||||||
【大 中 小】 【返回站点首页】【打印本页】【关闭本页】 |
| |
|
| |
|
|
| 文章: 用层实现带横向滚动条的下拉框 已经被浏览了 次。 | |||
| 免责声明 | 关于我们 | 广告联系 | 友情链接 | 帮助设置 | 网站导航 | 最近更新 | 共同合作 | |||
| 计算机基础教程网(www.ITwen.com) 版权所有 copyright 2005-2006,All Rights Reserved |
|||