- + P A

- 在chinaren校友录首页上养几条金鱼!

      代码集中营 2004-8-29 21:1
在班级宣言最前部加入如下代码: ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- [转]:滚动条参数祥解

      代码集中营 2004-8-18 13:39
1.overflow内容溢出时的设置(设定被设定对象是否显示滚动条) ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- [转]:框架代码详解

      代码集中营 2004-8-18 13:28
  框架标记为<FRAMESET></FRAMESET>,在所有HTML标记中它是一个非常独特的标记。当在HTML中使用它时,<FRAMESET>标记将完全代替<BODY>标记及其他普通格式的HTML标记、超级链接、其他文字内容等。有一点须注意,要使用框架,就必须全部使用框架,不能只在网页的一部分使用框架。下面我们来看一个例子: ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- [转]:玩转“滚动条”

      代码集中营 2004-8-18 0:21
看惯了浏览器上一成不变的滚动条,你是否感到一丝厌倦?让我们把滚动条也玩出点花样吧 ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 为奥运加油,为中国健儿喝彩,实时了解奥运信息!

      代码集中营 2004-8-16 0:19
在主页中加入新浪奥运实时更新新闻,代码如下: ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 页面中鼠标指针更换

      代码集中营 2004-8-15 14:9
<head>区<style></style>之间加入: ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 消除链接周围点击后出现的细虚线框

      代码集中营 2004-8-15 13:31
<a href=http://www.5d.cn target=_blank onFocus=this.blur()><img border=0 src=http://www.5d.cn/bbs/images/logo.gif></a> ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 一个页面使用多套链接显示方案

      代码集中营 2004-8-15 13:28
<style> ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 单元格背景色交替自动添加

      代码集中营 2004-8-15 13:25
<style type="text/css"> ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 鼠标指向表格改变背景色(行、单元格)

      代码集中营 2004-8-15 13:22
<td onmouseover="this.style.backgroundColor='#cccccc';"></td> ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 文字输入框的透明度改变方法

      代码集中营 2004-8-15 13:13
<style> ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 鼠标指向链接时文字下陷

      代码集中营 2004-8-15 13:12
A:hover{COLOR: #666666; left: 1px; top: 1px; position: relative;} ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 锁定浏览器窗口大小

      代码集中营 2004-8-15 13:9
<HEAD></HEAD>之间插入: ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 1像素的虚线边框的表

      代码集中营 2004-8-15 13:6
.unnamed1 {border: 1px dotted #cccccc;} ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 鼠标指向链接时出现虚线下划线

      代码集中营 2004-8-15 13:2
可以同下划线同时使用! ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()