控制横向和纵向滚动条的显隐? 去掉x轴 去掉y轴不显 表格变色onmouseout="this.style.backgroundColor=''"style="CURSOR: hand"> 禁止复制,鼠标拖动选取 普通iframe页面 iframe自适应高度 IE地址栏前换成自己的图标&可以在收藏夹中显示出你的图标 字号缩放越来越多的人长时间的泡网,眼镜的普及率也越来越高,让文字大点,让更多的用户看的更清楚。<BR>function doZoom(size)<BR>{document.getElementById('zoom').style.fontSize=size+'px';}<BR>需要指定大小的文字大 中 小 select挡住div的解决方法 在div里加入下面的代码,根据需要调整就可以了。 iframe(嵌入式帧)自适应高度填写的嵌入地址一定要和本页面在同一个站点上,否则会提示“拒绝访问!”。对跨域引用有权限问题,请查阅其他资料。 跳转菜单新窗口 Internet Explorer Microsoft Home Developer Network flash透明选项 添加到收藏夹和设为首页添加到收藏夹:添加到收藏夹设为首页:设为首页 记录并显示网页的最后修改时间 <BR>document.write("最后更新时间: " + document.lastModified + "") <BR> 节日倒计时 <BR> var timedate= new Date("October 1,2002"); <BR> var times= "国庆节"; <BR> var now = new Date(); <BR> var date = timedate.getTime() - now.getTime(); <BR> var time = Math.floor(date / (1000 * 60 * 60 * 24)); <BR> if (time >= 0) <BR> document.write( "现在离"+times+"还有: "+time +"天")<BR> 加在HEAD里 禁止缓存 让IFRAME框架内的文档的背景透明 打开窗口即最大化 <BR><!-- Begin <BR>self.moveTo(0,0) <BR>self.resizeTo(screen.availWidth,screen.availHeight) <BR>// End --> <BR> 加入背景音乐 只适用于IE 对Netscape ,IE 都适用 滚动滚动信息 防止点击空链接时,页面往往重置到页首端代码“javascript:void(null)”代替原来的“#”标记 文字或图片弹出指定大小的窗口在body中加入<BR>function MM_openBrWindow(theURL,winName,features) {window.open(theURL,winName,features);}<BR>弹出代码图片或文字 flash按钮加链接 on (press) {getURL("http://www.makewing.com","_blank");} 跳转页面代码 细线分隔线 网页中的自动换行就搞定了。完整的是 style="table-layout: fixed;WORD-BREAK: break-all; WORD-WRAP: break-word" 消除ie6自动出现的图像工具栏,设置 GALLERYIMG属性为false或no . 禁止页面正文内容被选取 不能点右键,不用CTRL+A,不能复制作!onkeypress="window.event.returnValue=false" onkeydown="window.event.returnValue=false" onkeyup="window.event.returnValue=false" ondragstart="window.event.returnValue=false" onselectstart="event.returnValue=false"> IE浏览器支持一个 Body 属性 bgproperties,它可以让背景不滚动: 随机变换背景图象(一个可以刷新心情的特效) <BR> image = new Array(4); //定义image为图片数量的数组 <BR> image [0] = 'tu0.gif' //背景图象的路径 <BR> image [1] = 'tu1.gif' <BR> image [2] = 'tu2.gif' <BR> image [3] = 'tu3.gif' <BR> image [4] = 'tu4.gif' <BR> number = Math.floor(Math.random() * image.length); <BR> document.write("<BODY BACKGROUND="+image[number]+">"); <BR> flash载入影片 on (release){loadMovie("1-01.swf", "_root.loaderclip");} 图片表单按钮 左右阴影背景的CSS定义方法body {text-align:center;background-repeat: repeat-y;background-position: center;background-image: url(../images/bg.jpg);}