06 2011 档案

摘要:在鼠标按下是修改当前选择项<select onmousedown="this.sindex = this.selectedIndex; this.selectedIndex = -1;" onblur="if(this.sindex) this.selectedIndex = this.sindex;" onchange="alert('ok'); this.sindex = undefined;"> <option value="1">1</option> &l 阅读全文
posted @ 2011-06-30 19:10 qdsang 阅读(1732) 评论(0) 推荐(0) 编辑
摘要:color:blue; // 所有浏览器 color:brown\9; // 所有IE浏览器 +color:red; // IE7 _color:green; // IE6#color:red; /* IE7 */ _color:green; /* IE6 */*color:yellow; /* for all IE */原文链接:http://sofree.cc/ie6-ie7-ie8-firefox-css-hack/background:blue; /*Firefox 背景變藍色*/ background:red \9; /*IE8 背景變紅色*/ *background:black; 阅读全文
posted @ 2011-06-30 15:28 qdsang 阅读(324) 评论(0) 推荐(0) 编辑
摘要:原载:彬Go——集前端开发/网页设计/网站可用性/用户体验于一体的趣味互联网生活原链接:http://blog.bingo929.com/web-ui-design-name-convention.html最近工作实在是繁忙,所以好久没有更新自己的博客了,实在是对不起各位读者。今天好不容易闲下来半天,所以和大家分享一下我之前总结的一套Web UI 设计命名规范,也就是网站用户界面设计(俗称网页设计)命名规范。这套规范并非单纯的CSS、html或JavaScript命名规范,它涉及了很多使用PhotoShop这类设计工具进行网页设计过程中的命名规范。(好久没写文章了,有点罗嗦,吼吼~)。首先我是 阅读全文
posted @ 2011-06-01 16:37 qdsang 阅读(551) 评论(1) 推荐(0) 编辑