posts - 138,  comments - 48,  trackbacks - 2
公告
06 2010 档案
图片在网页中不能显示
摘要: 用psd切下的图片在网页中不显示,后来发现是这个psd的图片有问题。打开PS,图像-模式-CMYK颜色,原来问题在这里,把CMYK颜色改为RGB颜色,再切图片。OK!搞定。阅读全文
posted @ 2010-06-15 23:52 craig 阅读(15) | 评论 (0) 编辑
jquery ready() 几种实现方法
摘要: //最常用的方式 $(document).ready(function(){ alert($("#ready1").html()); }); $(function(){ alert($("#ready1").html()); }); jQuery(document).ready(function(){ alert($("#ready1").html()); }); jQuery(function(...阅读全文
posted @ 2010-06-13 15:19 craig 阅读(35) | 评论 (0) 编辑

我要啦免费统计