博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年12月26日

摘要: /**图片缩放*/var showImg = function(img,maxWidth,maxHeight){var rate=(maxHeight/img.height>maxWidth/img.width?maxWidth/img.width:maxHeight/img.height);if(rate<1){img.width=img.width*rate;img.height=img.height*rate;}return img; }; function images_WH(){ var imgs =new Image(); /** **图片超出等比例缩放 **/var 阅读全文

posted @ 2012-12-26 16:17 人生梦想起飞 阅读(241) 评论(0) 推荐(0) 编辑

2012年12月25日

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf- 阅读全文

posted @ 2012-12-25 16:33 人生梦想起飞 阅读(1701) 评论(0) 推荐(0) 编辑

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf- 阅读全文

posted @ 2012-12-25 14:03 人生梦想起飞 阅读(174) 评论(0) 推荐(0) 编辑

摘要: <iframe style="margin:0 auto;padding:0 auto; float:left;" onload="this.height=100" id="frame_content" name="frame_content" src="<{$start_url_html}>" scrolling="no" frameborder="0" width="775" height="900&qu 阅读全文

posted @ 2012-12-25 10:53 人生梦想起飞 阅读(271) 评论(0) 推荐(0) 编辑

2012年12月19日

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf- 阅读全文

posted @ 2012-12-19 17:21 人生梦想起飞 阅读(249) 评论(0) 推荐(0) 编辑

2012年12月18日

摘要: $(".QuesComment").each(function(){ $(this).val('请输入100字以内的评语').css('color','#666666'); $(this).focus(function(){ $(this).css('color','#000'); if(!this.initValue){this.initValue = this.value;}if(this.value === this.initValue){this.value = '';} 阅读全文

posted @ 2012-12-18 09:05 人生梦想起飞 阅读(578) 评论(0) 推荐(0) 编辑

2012年12月14日

摘要: window.parent.frames["body_main"].location.reload(); //body_main iframe的id 阅读全文

posted @ 2012-12-14 17:08 人生梦想起飞 阅读(213) 评论(0) 推荐(0) 编辑

摘要: 无标题文档 2222和上面同样的功能 //过滤 $('.editor_question_item').live('focus',function(){ var key=this.id; //多选题 var updates = function(... 阅读全文

posted @ 2012-12-14 17:01 人生梦想起飞 阅读(2587) 评论(0) 推荐(0) 编辑

2012年12月10日

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf- 阅读全文

posted @ 2012-12-10 10:27 人生梦想起飞 阅读(1593) 评论(0) 推荐(1) 编辑

摘要: css:.nav{width:870px;margin:433px auto 0 auto;}.nav li{width:99px;height:99px;float:left;margin-right:10px; display:inline; position:relative;}.nav li img{ position:absolute;left:0;top:0;width:99px;height:99px;}.nav li.last{margin:0;}.nav li.liOne{margin-top:32px;}.nav li.liTwo{margin-top:46px;}.nav 阅读全文

posted @ 2012-12-10 10:18 人生梦想起飞 阅读(1656) 评论(0) 推荐(0) 编辑