作者chrisflicker (妈的咧)
看板Blog
标题Re: [问题] Blogger栏位修改的问题
时间Sat Mar 24 16:10:48 2007
※ 引述《chrisflicker (妈的咧)》之铭言:
: 我将 main-wrapper 宽度条大一点後
: 旁边sidebar里的东西就跑到了整个文章的右下方
: 请问板上的高手
: 哪里还需要修改!^^a
: 谢谢...
#sidebar {
width: 226px;
float: right;
color: $sidebarTextColor;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
这是目前sidebar的css
你说固定要怎麽改?X
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 125.228.123.29
1F:推 cerenis:加上position: absolute, 再用上下左右去固定位置。 03/24 17:10
2F:推 chrisflicker:谢谢 改好了^^ 03/25 19:52