<td width="385px" height="230px" >
<div style="background:url(${wholePath}/first.jpg)no-repeat left;height:200px;width:300px;margin:0 auto; "></div>

</td>
<td width="385px" >

<div style="background:url(file:///D:/cards/20120719/1/1/second.jpg)no-repeat left;height:200px;width:300px;margin:0 auto;overflow:auto;"> </div>
</td>这个在ie里面可以显示,在火狐浏览器显示不了,如果把url()里面换成相对路径如url(../img/a.jpg)就都可以
求教大神
火狐浏览器里面显示图片的路径是file:///D:/cards/20120719/1/1/second.jpg,我改成ie浏览器的显示风格d:/../也不行,各种写法都试过了