DIV背景不显示

来源:百度知道 编辑:UC知道 时间:2024/05/21 01:56:38
<div style="background-image:url( http://www.mai101.com/syssite/home/shop/1/template/Cn00019/images/hotkeywords.gif);">{TPL_SEARCH}</div>

这个背景图片为什么不显示?

能显示,就是现实不全,你定一个和图片一样的高度就可以了,让图片不重复加no-repeat。
代码如下:
<div style="height:108px;background:url( http://www.mai101.com/syssite/home/shop/1/template/Cn00019/images/hotkeywords.gif) no-repeat;">{TPL_SEARCH}</div>

<div style="height:105px; width:165px; background-image:url( http://www.mai101.com/syssite/home/shop/1/template/Cn00019/images/hotkeywords.gif) no-repeat left top;">{TPL_SEARCH}</div>