css::
 .coutainer
{
margin: 0px auto;
margin-top: 150px;
width: 588px;
height: 327px;
background-image: url(   '../images/login2.jpg' );
background-position:center;
background-repeat: no-repeat;
}jsp页面中:
<div class="coutainer"><div>
在asp中图片能居中显示,但是在jsp总却不能,请大虾们指点迷津,我也试了几种方法都不行,