有关超级链接的样式收集  [2004-2-15]          
文本和下划线颜色不一
[html]
<style type="text/css">
<!--
a:link {text-decoration:none;height:0;color:#0000ff;}

>>> 接着阅读全部内容,More...

By [CNBRUCE] at 13:59:23 | Comments [5] | views [18254]
 ETang站点的透明下拉菜单  [2004-2-15]          
下载文件:
http://www.cnbruce.com/js/one.js
http://www.cnbruce.com/js/two.js
http://www.cnbruce.com/js/dropdown_content.js
http://www.cnbruce.com/js/welab.css

>>> 接着阅读全部内容,More...

By [cnbruce] at 11:18:45 | Comments [16] | views [35392]
 模拟office菜单  [2004-2-15]          
有点OA的感觉

[html]
<style type="text/css">
* { font-size: 12px; }

>>> 接着阅读全部内容,More...

By [cnbruce] at 10:49:37 | Comments [4] | views [15870]
 XML+ JS创建树形菜单  [2004-2-15]          
author:starsjz
简单说明:

思路:
从数据岛menuXML中读取数据,从树的根节点开始分析树,

>>> 接着阅读全部内容,More...

By [cnbruce] at 10:47:05 | Comments [2] | views [16558]
 联动下拉菜单  [2004-2-15]          
二节联动下拉菜单
[html]
<script language="JavaScript">
<!--
var g_selProvince;

>>> 接着阅读全部内容,More...

By [cnbruce] at 9:41:30 | Comments [12] | views [29183]
 Ctrl+Enter提交表单  [2004-2-14]          
经常在动网看到,现在把精华代码取下
[html]
<script language=javascript>
ie = (document.all)? true:false
if (ie){

>>> 接着阅读全部内容,More...

By [cnbruce] at 10:51:40 | Comments [15] | views [24611]
 OFFICE 角色  [2004-2-13]          
[html]
<html>
<head>
<style>button{width:100;border:outset 2;}</style>
</head>

>>> 接着阅读全部内容,More...

By [cnbruce] at 16:52:01 | Comments [5] | views [15610]
 Javascript 编写的文字放大效果  [2004-2-8]          
windy2000果然是牛人

[html]
<script for=document event=onmousemove>
    //code by windy_sk <windy_sk@126.com> 20031222

>>> 接着阅读全部内容,More...

By [cnbruce] at 15:45:14 | Comments [6] | views [13370]
 模仿MSN消息提示的效果  [2004-2-6]          
[html]
<SCRIPT>
var oPopup = window.createPopup();
var popTop=50;
function popmsg(msgstr){

>>> 接着阅读全部内容,More...

By [cnbruce] at 17:19:32 | Comments [8] | views [17476]