奇新CMS/sidebar网页代码及样式
来自站长百科
<div id="sidebar"></div>页面侧边栏定义
代码如下:
<div id="sidebar">
<div class="sidebar_h"></div>
<div class="sidebar_b"><!--box2内容--></div>
<div class="sidebar_f"></div>
</div>
CSS样式示例:
#sidebar{float:left;width:220px;position:relative;height:1%;margin:0 0 10px}
.sidebar_h {height:11px;width:220px;background:url(images/side_top.jpg) no-repeat 0 0;}
.sidebar_b{width:200px;background:#e9f4f8;padding:2px 10px 10px;_width:220px;}
.sidebar_f {height:11px;width:220px;background:url(images/side_bot.jpg) no-repeat 0 0;}
说明:.sidebar_h{}, .sidebar_b{}, .sidebar_f{}根据页面布局需要灵活添加样式。