广告:
由
<!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">
升级为
<!doctype html>
<html>
声明后。
图片 获取 offsetTop不准确,多12px
this.areas[id].style.top = this.pic.offsetTop + 'px';
需要设置img样式:
#pic_container img{vertical-align: top;}
广告: