
html5
文章平均质量分 81
inotgaoshou
这个作者很懒,什么都没留下…
展开
-
html5 storage 基础
记录下基础知识。转自:https://developer.mozilla.org/en-US/docs/DOM/Storage ReferenceThe following are global objects that exist as properties of every window object. This means that they can be access...原创 2012-08-08 10:41:03 · 157 阅读 · 0 评论 -
用css模拟firefox,chrome,IE等浏览器通用的title标签换行效果
a.tooltip { text-decoration: none;}a.tooltip span { display: none; border: 1px solid #000; text-decoration: none; background-color: #FFFFCC; position: absolute; right: 3px; to...原创 2012-10-11 09:14:34 · 292 阅读 · 0 评论