Chương 16: CSS cursor
Posted by thietkewebsitegiare on 10/12/2008
Định dạng con trỏ:
cursor: value;
value:
+ auto
+ crosshair
+ default
+ help
+ move
+ pointer
+ text
+ url
+ wait
+ e-resize
+ ne-resize
+ nw-resize
+ n-resize
+ se-resize
+ sw-resize
+ s-resize
+ w-resize
Sử dụng image để tạo hình cho con trỏ:
cursor: url(“image.cur”), default;
Ví dụ:
<span style=” border: 1px solid #ccc;cursor: w-resize;”>OnMouse</span>
Kết quả: OnMouse
Chúc bạn thành công – www.ticsoft.com ( TG – phpbasic)