欢迎来到DIVCSS5查找CSS资料与学习DIV CSS布局技术!

 

a /*所有超链接*/

a:link /*超链接文字格式*/

a:visited /*浏览过的链接文字格式*/

a:active /*按下链接的格式*/

a:hover /*鼠标转到链接*/

鼠标光标样式:

链接手指 CURSOR: hand 十字体 cursor:crosshair

箭头朝下 cursor:s-resize 十字箭头 cursor:move

箭头朝右 cursor:move 加一问号 cursor:help

箭头朝左 cursor:w-resize 箭头朝上 cursor:n-resize

箭头朝右上 cursor:ne-resize 箭头朝左上 cursor:nw-resize

文字I cursor:text 箭头斜右下 cursor:se-resize

箭头斜左下 cursor:sw-resize 漏斗 cursor:wait

光标图案(IE6) p {cursor:url("光标文件名.cur"),text;}

resize: none; //禁止拖动

none:用户不能操纵机制调节元素的尺寸;

both:用户可以调节元素的宽度和高度;

horizontal:用户可以调节元素的宽度;

vertical:让用户可以调节元素的高度;

inherit:默认继承。

如需转载,请注明文章出处和来源网址:http://www.divcss5.com/rumen/r33687.shtml