摘要: 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 阅读(1498) 评论(0) 推荐(0)