實現類似於wp的後臺的登陸搖頭效果和ajax提交驗證的效果

附:cursor屬性收集

光標類型   CSS
十字準心 cursor: crosshair;
手 cursor: pointer;
cursor: hand;
寫兩個是爲了照顧IE5,它只認hand。
等待/沙漏 cursor: wait;
幫助 cursor: help;
無法釋放 cursor: no-drop;
文字/編輯 cursor: text;
可移動對象 cursor: move;
向上改變大小(North)   cursor: n-resize;
向下改變大小(South)   cursor: s-resize;
向右改變大小(East)   cursor: e-resize;
向左改變大小(West)   cursor: w-resize;
向上右改變大小(North East)   cursor: ne-resize;
向上左改變大小(North West)   cursor: nw-resize;
向下右改變大小(South East)   cursor: se-resize;
向下左改變大小(South West)   cursor: sw-resize;
自動 cursor: auto;
禁止 cursor:not-allowed;
處理中 cursor: progress;
系統默認 cursor: default;
用戶自定義(可用動畫) cursor: url(‘ # ‘);
# = 光標文件地址    (注意文件格式必須爲:.cur 或 .ani)。

 

  
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章