Welcome to Delicate template
Header
Just another WordPress site
Header

js显示时间日期

2月 17th, 2012 | Posted by 无 名 in js - (js显示时间日期已关闭评论)

兼容火狐,IE 代码如下:

js读写Cookie函数

2月 16th, 2012 | Posted by 无 名 in js - (js读写Cookie函数已关闭评论)

代码如下:

由漂浮的js产生的问题

1月 5th, 2012 | Posted by 无 名 in html | js - (由漂浮的js产生的问题已关闭评论)

今天在网上找了一段漂浮的代码,但没有用。 用火狐错误控制台看了一下,有警告。”声明top的指时,声 …
Read more

图片不间断滚动

12月 28th, 2011 | Posted by 无 名 in html | js - (图片不间断滚动已关闭评论)

代码如下:

html的a标签链接js

12月 21st, 2011 | Posted by 无 名 in html | js - (html的a标签链接js已关闭评论)

a标签链接js要使用javascript:,含有值的并且要写入函数,否则会直接链接到显示一个值的空白页。

一条代码禁用鼠标右键

12月 1st, 2011 | Posted by 无 名 in js - (一条代码禁用鼠标右键已关闭评论)

用一段代码来禁用鼠标右键,兼容火狐、IE。 document.oncontextmenu = function …
Read more

js显示电脑本地时间

11月 15th, 2011 | Posted by 无 名 in js - (js显示电脑本地时间已关闭评论)

用js实时显示电脑本地时间,兼容火狐,直接调用时间函数。

使用DD_belatedPNG让IE6支持PNG透明图片

10月 6th, 2011 | Posted by 无 名 in css | js - (使用DD_belatedPNG让IE6支持PNG透明图片已关闭评论)

使用DD_belatedPNG既可以让img透明,也可以让css中的背景透明。

屏蔽右键,复制,兼容火狐和IE

8月 22nd, 2011 | Posted by 无 名 in css | html | js - (屏蔽右键,复制,兼容火狐和IE已关闭评论)

今天有客户修改网站,要求网站禁止别人复制。在网上找了资料,拿来分享。

使用下拉框链接到另外的网站

7月 7th, 2011 | Posted by 无 名 in html | js - (使用下拉框链接到另外的网站已关闭评论)

方法一: onChange=”window.open(this.options[this.sele …
Read more