jsp中给div加背景_JSP给DIV块状元素只能设置颜色,不能设置背景图片

html代码如下-//W3C//DTDXHTML1.0Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

html代码如下

点餐管理主页
这是左边区域
这是右边区域

css代码如下

#container{height: 800px;background-color: #EFDFC6;}#header{height: 100px;border: 1px solid blue;padding-left: 20px;padding-top: 20px;background-color: #eeeeee;}#header_item{ margin-left: 270px; padding-bottom: 35px;}#lside{width: 300px;height: 460px;background: gray url(./images/lside_bg.png);border: 1px solid black;margin-left: 10px;float: left;}#rside{width: 800px;height: 460px;border: 1px solid green;float: right;}#clear{ clear: both; width: 0px; height: 0px;}#footer{height: 200px;border: 1px solid orange;}

现在问题我只能在background设置背景颜色,不能设置背景图片,图片资源文件都在images下啊。。

而且我单开一个测试项目,设置图片可以的啊。。就这里面不行。。。麻烦你们复制代码到你们机子上试试好吗..

展开


版权声明:本文为weixin_32431435原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。