摘要:
(内容来源网络,经过重新整理,可任意转摘,但请注明出处:http://www.cnblogs.com/tograce/category/157013.html)这一节的内容是介绍:Document Object Model, Windows, and FramesJavaScript窗口操作介绍(Introduction to Window Manipulation)先回顾在html中是如何使用框... 阅读全文
摘要:
(出处:http://www.cnblogs.com/tograce/category/157013.html)JavaScript一个很通用的作用是:当鼠标置于目标上时,图片改变CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->无标题文档 标签... 阅读全文
摘要:
(出处:http://www.cnblogs.com/tograce/category/157013.html)if-then Branching 语法Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->if (condition) { code to... 阅读全文
摘要:
(内容来源网络,经过重新整理,可任意转摘,但请注明出处:http://www.cnblogs.com/tograce/category/157013.html) 变量 还是先看例子,内容很少,也很简单: JavaScript变量练习(完整代码) Code highlighting produced by Actipro CodeHighlighter (freeware) http://w... 阅读全文
摘要:
(内容来源网络,经过重新整理,可任意转摘,但请注明出处:http://www.cnblogs.com/tograce/category/157013.html)先看最入门的例子,在记事本输入如下内容,再存为 001.html。 这是第一个JavaScript例子 Code highlighting produced by Actipro CodeHighlighter (freeware) h... 阅读全文
摘要:
(转自 一方乐土 的博客 http://www.cnblogs.com/anlyren/archive/2008/04/25/1170869.html) XHTML-CSS写作建议 · 所有的xhtml代码小写 · 属性的值一定要用双引号("")括起来,且一定要有值 · 每个标签都要有开始和结束,且要有正确的层次 · 空元素要有结束的tag或于开始的tag后加上"/... 阅读全文
摘要:
CSS学习笔记:8 阅读全文
摘要:
CSS学习笔记:5 阅读全文
摘要:
CSS学习笔记:7 阅读全文
摘要:
CSS学习笔记:4 阅读全文
摘要:
CSS学习笔记:5 阅读全文
摘要:
灵活的圆角框 谁说CSS不能创建漂亮的圆角框,这个效果怎么样?它还是活的,能根据内容自动伸展。不错吧 :) 其原理示意图如下 : 圆角框CSS代码 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->.box { width:20... 阅读全文
摘要:
目录 框模型 定位: 相对定位 | 绝对定位 | 浮动 1 框模型 正确的框模型 IE专有的框模型使元素比预期的小 2 定位 2.1 相对定位 我们用示意图来说明: #myBox { po... 阅读全文