
Html5
lhy_ps6
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
html5 default action disable
If you want to prevent all elements from user selection, use the following code: * { user-select: none; } Let’s now introduce two further properties that disable some unwanted default behaviors on转载 2012-11-06 01:27:15 · 642 阅读 · 0 评论 -
Cursor
move: usually used for draggable elements help: indicates that help is available pointer: the default cursor hover links text: the default cursor for inputs and texts crosshair wait转载 2012-11-06 01:28:58 · 439 阅读 · 0 评论 -
javascript:Asynchronous Scripts,xhtml,named argument
Asynchronous Scripts HTML5 introduces the async attribute for elements. The async attribute is similar to defer in that it changes the way the script is processed. Also similar to defer, async appl转载 2012-11-18 21:23:41 · 586 阅读 · 0 评论