08 2012 档案

摘要:步骤: 1 修改include/extend.func.php 添加 提取图集第一张大图,为arclist用 function get_firstbigimg($arcid){ //获取图片附加表imgurls字段内容进行处理 $dsql = new DedeSql(false); $row = $dsql->GetOne("Select imgu... 阅读全文
posted @ 2012-08-15 16:35 HughTan 阅读(921) 评论(0) 推荐(0)
摘要:1、获取实际内容区域的宽和高:width()和height();2、获取实际内容区域+padding的宽和高:innerWidth()和innerHeight();3、获取实际内容区域+padding+border的宽和高:outerWidth()和outerHeight();4、获取实际内容区域+padding+border+margin的宽和高:outerWidth(true)和outerHeight(true) 阅读全文
posted @ 2012-08-08 13:44 HughTan 阅读(1494) 评论(0) 推荐(0)