
CSS
hiperion
Everything will be ok.
Coding everything.
展开
-
各种鼠标样式
style="cursor:hand" style="cursor:crosshair" style="cursor:text" style="cursor:wait" style="cursor:move" style="cursor:help" style="cursor:e-resize" style="cursor:n-resize" style="cursor:nw-resize" st原创 2008-08-25 14:05:00 · 866 阅读 · 0 评论 -
css cursor属性
十字准心 cursor:crosshair;手 cursor:pointer; cursor:hand; 写两个是为了照顾IE5,它只认hand。等待/沙漏 cursor:wait; 帮助 cursor:help; 无法释放 cursor:no-drop; 文字/编辑 cursor:text; 可移动对象 cursor:move; 向上改变大小原创 2008-06-13 12:08:00 · 2414 阅读 · 0 评论 -
保持刷新文本框里面地值
.saveHistory {behavior:url(#default#savehistory);}原创 2008-06-22 11:19:00 · 803 阅读 · 0 评论 -
IE与Firefox的CSS兼容大全
CSS对浏览器器的兼容性具有很高的价值,通常情况下IE和Firefox存在很大的解析差异,这里介绍一下兼容要点。 常见兼容问题: 1.DOCTYPE 影响 CSS 处理 2.FF: div 设置 margin-left, margin-right 为 auto 时已经居中, IE 不行 3.FF: body 设置 text-align 时, div 需要设置 margin: auto(主要转载 2008-10-24 16:17:00 · 673 阅读 · 0 评论 -
textarea无边框文本透明背景文本样式
textarea{ border:0; background-color:transparent; /*scrollbar-arrow-color:yellow; scrollbar-base-color:lightsalmon; overflow: hidden;*/ color: #666464; height: auto; }原创 2012-02-28 12:51:02 · 29116 阅读 · 1 评论