摘要:
看过http://andreaslagerkvist.com/jquery/colour-picker/之后,发现很麻烦,所以自己动手丰衣足食.下面看代码JavaScript<script type="text/javascript"> $(function () { Init6Color(); $("#colorValue").click(function () { $("#ColorList").show(); }); }); function Init6Color() { var cs = new Array( 阅读全文
posted @ 2011-07-25 18:01
DukeCheng
阅读(487)
评论(0)
推荐(0)
摘要:
.style { width:100px; /*火狐以及一般浏览器*/ width:200px\9; /*IE8*/ *width:150px; /*IE7*/ _width:50px; /*IE6*/ height:100px; border:1px solid red;} 阅读全文
posted @ 2011-07-25 09:01
DukeCheng
阅读(182)
评论(0)
推荐(0)
浙公网安备 33010602011771号