如何讓Dreamweaver : 停用自動產生CSS的功能
Read more: http://www.cadiis.com.tw/lessons-learned#ixzz3Ox25Jl5t
這個功能是可以關閉的,在功能列>編輯>偏好設定,將「使用CSS 取代HTML 標籤」這個選項取消勾選,再點確定即可。
取消自動產生CSS的功能之後:這時在改變文字顏色後,Dreamweaver會將樣式直接寫在行內,也不會在<head>內額外產生樣式表了。
Read more: http://www.cadiis.com.tw/lessons-learned/253-dreamweaver-no-css#ixzz3Ox18HoOh
CSS指定滑鼠指標的語法:cursor
網頁設計大小事
將滑鼠移到該語法,即可見到指標圖示效果哦!
cursor: pointer;
cursor: no-drop;
cursor: progress;
cursor: help;
cursor: wait;
cursor: text;
cursor: crosshair;
cursor: move;
cursor: not-allowed;
cursor: no-vertical-text;
cursor: all-scroll;
cursor: col-resize;
cursor: row-resize;
cursor: e-resize;
cursor: n-resize;
cursor: ne-resize;
cursor: nw-resize;
cursor: s-resize;
cursor: se-resize;
cursor: sw-resize;
cursor: w-resize;
cursor: pointer;
cursor: no-drop;
cursor: progress;
cursor: help;
cursor: wait;
cursor: text;
cursor: crosshair;
cursor: move;
cursor: not-allowed;
cursor: no-vertical-text;
cursor: all-scroll;
cursor: col-resize;
cursor: row-resize;
cursor: e-resize;
cursor: n-resize;
cursor: ne-resize;
cursor: nw-resize;
cursor: s-resize;
cursor: se-resize;
cursor: sw-resize;
cursor: w-resize;
沒有留言:
張貼留言