
HTML CSS
WDYDXF
这个作者很懒,什么都没留下…
展开
-
HTML特殊字符在源码中的表示总结
(回车换行) (空格符) &(AND符号) & >(右尖括号、大于号) > °(度) ° •(间隔符) ´ ´ " " “ “ ” ” ‰ ‰ ← ← ↑ ↑ → → ↓ ↓ ↔ &h原创 2012-04-12 13:27:35 · 1616 阅读 · 0 评论 -
Div 浮动到另一个div之上:
Div 浮动到另一个div之上: 绝对定位相对定位 .fj1 { position: absolute; width: 150px; height: 150px; border: 1px solid #000; b原创 2013-03-04 16:36:31 · 44681 阅读 · 1 评论 -
调试js,记录log
var console = window.open('', 'console', "width=600,height=300,resizable,scrollbars=yes"); console.document.open("text/plain"); console.原创 2013-03-05 14:03:43 · 1750 阅读 · 0 评论 -
Ie10 浏览器嵌入flash 备忘
body { background-color: Azure; } .out { width: 600px; margin: 0px auto; text-align: center; } .title原创 2013-03-08 12:59:47 · 1171 阅读 · 0 评论 -
关于文字强制换行 ,自动换行,强制不换行的代码
强制不换行div{white-space:nowrap;}自动换行div{ word-wrap: break-word; word-break: normal; }强制英文单词断行div{word-break:break-all;}==========================================转载 2013-03-19 15:55:30 · 1979 阅读 · 0 评论 -
IE下,文字不自动换行
white-space: nowrap;原创 2013-04-03 13:48:51 · 3972 阅读 · 0 评论 -
uploadify ie9 empty() 缺少对象
把SWFUpload.prototype.cleanUp 方法修改为:SWFUpload.prototype.cleanUp = function (f) { try { if (this.movieElement && typeof (f.CallFunction) === "unknown") { this.debug("Removi原创 2013-05-02 12:46:54 · 3212 阅读 · 1 评论 -
w3cshool 2013年最新离线手册 完整版
下载地址为:http://download.youkuaiyun.com/detail/wdydxf/6343971转载 2013-09-30 19:01:08 · 2401 阅读 · 0 评论 -
Underscore.js 1.3.3 中文解释
// Underscore.js 1.3.3// (c) 2009-2012 Jeremy Ashkenas, DocumentCloud Inc.// Underscore is freely distributable under the MIT license.// Portions of Underscore are inspired or borrowed from Prototy转载 2014-01-02 20:58:24 · 2432 阅读 · 0 评论