廣告:
由
<!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不準(zhǔn)確,多12px
this.areas[id].style.top = this.pic.offsetTop + 'px';
需要設(shè)置img樣式:
#pic_container img{vertical-align: top;}
廣告: