我找到問題囉
其實是你的上方橫幅凸出去了XD
<div id='header-inner' style='background-image:
url("http://bp0.blogger.com/_LUUY5GFVUMI/SBaPOyGFEbI/AAAAAAAACFk/bPqVafNCz1A/S1600-R/img-header.jpg");
background-position: left; width: 900px; min-height: 410px;_height:
410px;background-repeat: no-repeat; '>
你網頁前端的css style設定#outer-wrapper的寬度為850px
可是因為直接寫在html標籤裡的style層級會高於網頁前端的style
所以你的上方橫幅就不聽#outer-wrapper{width:850px}的使喚囉XDDD
把黃色標起來的直接刪掉就好了
--
http://lingshu1005.blogspot.com/
something about my life
--
其實是你的上方橫幅凸出去了XD
<div id='header-inner' style='background-image:
url("http://bp0.blogger.com/_LUUY5GFVUMI/SBaPOyGFEbI/AAAAAAAACFk/bPqVafNCz1A/S1600-R/img-header.jpg");
background-position: left; width: 900px; min-height: 410px;_height:
410px;background-repeat: no-repeat; '>
你網頁前端的css style設定#outer-wrapper的寬度為850px
可是因為直接寫在html標籤裡的style層級會高於網頁前端的style
所以你的上方橫幅就不聽#outer-wrapper{width:850px}的使喚囉XDDD
把黃色標起來的直接刪掉就好了
--
http://lingshu1005.blogspot.com/
something about my life
--
All Comments