joyp一行四列,宽屏显示
我改了:style.css 的#container {
width: 125%;
宽度,导航栏也跟着往右拉宽了,我是想单独只改商品中间的宽度,
/*===========================================
页面中间部分
===========================================*/
#outer_wrapper {
background: #fff;
min-width:800px;
}
#wrapper {
}
#container {
width: 125%;
float: left;
margin-right: -240px;
margin-bottom:10px;
}
购物中心也出现这情况,往右,结算中心四个字都快看不到了.
[
本帖最后由 welcomfeng 于 2007-11-13 16:38 编辑 ]