esprits top Esprit's Style

    -    エンジニアの足つぼ    -

カーソル

〆 カーソルの設定をします

1.カーソルの形状を指定します。
   cursor: crosshair 十字型
        : default 矢印型
        : pointer 人の指
        : move 上下左右の矢印
        : text 「|」みたいな形状
        : wait 砂時計
        : help 「?」
        : e-resize / ne-resize / nw-resize / n-resize
          se-resize / sw-resize / s-resize / w-resize 各種矢印

@sample.css
span{
    cursor: auto;     /* 自動 */
}
p{
    cursor: URI;      /* 指定した画像 */
}
↓↓文字の上にカーソルをのせてください↓↓
e-resize se-resize s-resize sw-resize w-resize
nw-resize n-resize ne-resize help move
wait text crosshair hand pointer

↓↓IE6以降のみ対応です↓↓
all-scroll not-allowed col-resize progress no-drop
row-resize vertical-text  
The link to this site is free.   /   Last Updated : 28.May.2012   
Copyright © ESPRITS STYLE. 2008   /   ご意見、感想、苦情は、 こちらへ...
counter