作者vilna (vilna)
看板Blog
标题Re: [问题] 请问要怎麽移动版面
时间Wed Jul 18 14:16:28 2007
※ 引述《elliotway (大家来攀岩!!)》之铭言:
: http://elliotway.blogspot.com/
: 我想要把左边的sidebar往左靠
: 右边的文章区往右靠
: 找不到关键字爬文爬了半天都找不到语法
: 有人可以告诉我要怎麽改
: 或是打什麽关键字吗!
: 谢谢^^
先问你的萤幕解析度 ? 这个样板应该是为800*600设计的
你的应该是1024以上吧 所以有这个情形
在後台改你的html code
#outer-wrapper {
width:700px;
}
#main-wrapper {
width:450px;
#sidebar-wrapper {
width:240px;
#sidebar {
width:200px;
将这四段改成你要的宽度即可
我的做法是改百分比
http://01mistery.blogspot.com/2007/06/blog-post.html
给你做个参考
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 220.141.248.247
1F:推 elliotway:甘温喔~已经ok了 07/18 14:42