作者m7cord ()
看板Blog
标题Re: [问题] Xuite
时间Mon Aug 18 17:59:56 2008
※ 引述《ences (阿聪)》之铭言:
: Xuite的版面显示若使用二栏式的话
: 中间的版面就会变得很宽……
: 想要把它变的窄一点说 =”=
: 不知道也行不行把中间那一大列,和右边那列一起往整个版面的中间靠
: 我想要整体看起来比较精简…不想要宽宽大大的 @”@
: (Xuite容易辨认的地方?)
: 还有还有…再请教一下
: 如何设定CSS
: 让留言的时候,不会出现辨识码?
: 我的网志
: http://blog.xuite.net/starta/orz
: 谢谢解答了!!
去CSS找下面这段:(以你的白灰色盘为例)
#container {
position:relative;
text-align: left; /*width:100%;*/
behavior:expression( this.style.width =
(document.documentElement.offsetWidth<990)?"990px":"100%");
min-width:990px;
padding:0px 0px 0px 0px;
margin:0px auto;
background:#cccccc;
}
把它全部取代成:
#container {
position:relative;
text-align: left;
width:600px;
padding:0px 0px 0px 0px;
margin:0px auto;
background:#cccccc;
}
Xuite 瘦身成功!(width的数值可以自己调看看~)
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.122.61.163
1F:→ ences:谢了,我大概会了 :) 08/18 22:02
2F:→ m7cord:不客气~^^ 08/19 10:00