或者css里加上 .img{width:1440; height:按比例缩放后的大小;}或者用PS直接按比例把图片切成宽为1440的图片。。。
background-repeat:no-repeat;
#banner {width:100%;height:400px;background:url(img/bannerbg.gif) repeat-x;overflow:hidden;position:relative;}
#banner img{width:1600px;height:400px;position:relative;left:50%;margin-left:-800px;/*这个数值是图片宽度的一半*/}
html布局: