Html
wyt1209
这个作者很懒,什么都没留下…
展开
-
通过设置ime-mode在页面输入控件中关闭输入法
有时候要限制用户可输入的内容限制为英文字母和数字,即希望关闭输入法这时候只要简单的对要限制的控件加上一个ime-mode的css属性即可,如input style="ime-mode:disabled">ime-mode CSS提议属性语法:ime-mode : auto | active | inactive | disabled 参数:auto : 不影响IME的状态。与原创 2008-09-23 19:33:00 · 1793 阅读 · 0 评论 -
如何改变链接的鼠标形状
只需在链接上加上这一代码就行的了 或者跟上面的用CSS写也行 style="cursor:hand" style="cursor:crosshair" style="cursor:text" style="cursor:wait" style="cursor:move" style="cursor:help" style="cursor:e-resize"原创 2008-09-23 19:50:00 · 548 阅读 · 0 评论 -
使用div中的滚动条设置解决超屏页面的问题【代码片段】
...原创 2008-11-21 09:25:00 · 601 阅读 · 0 评论 -
鼠标移至表格行时背景色切换效果【代码片段】
scope="request"> bgcolor="#ffffff" onMouseOver="this.style.backgroundColor=#e7fbff" onMouseOut="this.style.backgroundColo原创 2008-11-21 09:30:00 · 708 阅读 · 0 评论 -
跟随界面滚动而浮动的样式
样式代码:.floatbottom{ FONT-SIZE: 10px; FONT-FAMILY: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif; POSITION: fixed; TEXT-ALIGN: center; font-weight:bold; white-space:n原创 2009-02-10 10:04:00 · 896 阅读 · 0 评论