2012-05-04 88 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。删除。