随笔分类 -  CSS

摘要:http://note.youdao.com/share/?id=4f57187f9695bcaadf80516187d2de0e&type=note当执行安装sass出错时,可以试试这个命令然后再安装。gem source -a http://rubygems.org/ 阅读全文
posted @ 2015-03-20 22:29 异般人 阅读(181) 评论(0) 推荐(0)
摘要:十字准心 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; 阅读全文
posted @ 2011-09-27 14:57 异般人 阅读(1127) 评论(0) 推荐(0)