2012-05-04 90 views

回答

1
its in style.css line 62 

#content 
{ 
background: url("images/bk_content.png") repeat-y scroll 100% 0 transparent; 
} 

just REMOVE that property 
background: url("images/bk_content.png") repeat-y scroll 100% 0 transparent 
from #container css 

cheers 
+0

你贏了!非常感謝!頭痛得到治癒 –

2

它是由您的樣式這個CSS規則引起的:

#footer { 
    .... 
    border-top: 1px dotted #000; 
    .... 
} 

元素:

<div id="footer"> .... </div> 
1

使用Firefox Firebug插件或Chrome開發人員工具(F12)找到它。

1

in style.css at 144 line your dotted border seted on #footer。刪除。