随笔分类 - HTML
摘要:http://fortawesome.github.io/Font-Awesome/cheatsheet/
阅读全文
摘要:http://silverlightchina.net/html/download/books/2011/0309/5952.html
阅读全文
摘要:link href="%=ResolveUrl("~/javascript/astreeview/astreeview.css")%" type="text/css" rel="stylesheet" /link href="%=ResolveUrl("~/javascript/contextmenu/contextmenu.css")%" type="text/css" rel="stylesheet" /script src="%=ResolveUrl("~/javascript/astreeview/astreeview_packed.js")%" type="te
阅读全文
摘要:http://fqctyj.blog.163.com/blog/static/708434552009693235752/
阅读全文
摘要:http://www.nipic.com
阅读全文
摘要:http://www.w3school.com.cn/
阅读全文
摘要:官方网站<body> <object id="factory" style="display:none" classid="clsid:1663ed61-23eb-11d2-b92f-008048fdd814" codebase="http://www.cnblogs.com/File/smsx.cab#Version=6,5,439,50"></object>...
阅读全文
摘要:<OBJECT ID="com" width="0" height=0 type="application/x-oleobject" CLASSID="clsid:AD7A9B46-3065-11D3-9960-52544C1B6616" codebase="comocx.ocx" ></OBJECT> <OBJECT ID="mymedia" width=300 ...
阅读全文
摘要:http://dev.firnow.com/course/1_web/javascript/jsjs/20071226/94570.html
阅读全文
摘要:http://www.weste.net/2007/1-11/11152875433.html 基于display:table的CSS布局
阅读全文
摘要:火狐浏览器TextBox readonly = "true" 会自动变色
阅读全文
摘要:在采用 DIV + CSS 中, 以下两种会出现不同的结果, 应该采用第二种写法<div class="cssClass" /><div class="cssClasss"></div>
阅读全文
摘要:http://blog.csdn.net/cjx44/archive/2009/12/20/5042292.aspx<input value="Test" type="button" onclick="alert("OK");" />
阅读全文
摘要:http://www.my97.net/dp/index.asp
阅读全文
摘要:http://pc372.bokee.com/viewdiary.13999250.html 在HTML页面测试是没问题.但用CSS单独的页面来实现, 好像不行
阅读全文
摘要:用正则表达式限制只能输入中文:onkeyup="value=value.replace(/[^\u4E00-\u9FA5]/g,'')" onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\u4E00-\u9FA5]/g,''))" 用正则表达式限制只能输入全角字符: onkey...
阅读全文
摘要:方法1:用正则表达式 onkeypress="return (/[\d.]/.test(String.fromCharCode(event.keyCode)))" (注:这个可以输入数字和小数点。但控制不了有多个小数点。郁闷
阅读全文