PageAdmin网站内容管理系统(CMS)交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

如果设置导航栏里能同时显示9个栏目呢?-请各位老大们帮忙 [复制链接]

1#

找到你用的模板,修改下面这段

/**********LOGO在上方样式***********/
.menu_box_style1_1{clear:both;border:0 solid #cccccc;}
.menu_box_style1_1_1{float:left;}
.menu_box_style1_1_2{float:right;padding:5px 0 0 0;}
.menu_box_style1_2{clear:both;Text-align:left;height:32px;overflow:hidden;}
.menu_style_1{float:left;width:130px;Text-align:center;margin:0 0 0 0;background:url(images/menu_style_out.gif) no-repeat 0 0;}
.menu_style_1_last{float:left;width:130px;Text-align:center;margin:0 0 0 0;background:url(images/menu_style_out_last.gif) no-repeat 0 0;}

a.menu_1:link{display:block;height:32px;width:130px;color:#ffffff;text-decoration:none;font-weight:normal;padding:8px 0 0 0;}
a.menu_1:visited {display:block;height:32px;width:130px;color:#ffffff;text-decoration:none;font-weight:norma;padding:8px 0 0 0;}
a.menu_1:hover {display:block;height:32px;width:130px;color:#ffffff;text-decoration:none;font-weight:norma;padding:8px 0 0 0;background:url(images/menu_style_over.gif) no-repeat 0 0;}

a.menu_current_1{display:block;height:32px;width:130px;color:#ffffff;text-decoration:none;font-weight:norma;padding:8px 0 0 0;background:url(images/menu_style_over.gif) no-repeat 0 0;}
a.menu_current_1_last{display:block;height:32px;width:130px;color:#ffffff;text-decoration:none;font-weight:norma;padding:8px 0 0 0;background:url(images/menu_style_over_last.gif) no-repeat 0 0;}

改里面的width属性
分享 转发
TOP
2#

好象有2个模版是可以显示9个的
TOP
3#

我有一个办法,就是.page_style里面的宽度家一个栏目的宽度

比如一个栏目宽为100,那你page_style宽度增加100px,
然后下面这里lanmu_box_style1_right,lanmu_box_style2_left,lanmu_box_style3_middle这三个地方的宽度也同时增加100px;

.lanmu_box_style1_left{float:left;width:220px;margin:0 10px 0 0;overflow:hidden;text-align:left;}
.lanmu_box_style1_right{float:right;width:680px;margin:0 0 0 0;overflow:hidden;text-align:left;}
.lanmu_box_style2_left{float:left;width:680px;margin:0 10px 0 0;overflow:hidden;text-align:left;}
.lanmu_box_style2_right{float:right;width:220px;margin:0 0 0 0;overflow:hidden;text-align:left;}
.lanmu_box_style3_left{float:left;width:220px;margin:0 10px 0 0;overflow:hidden;text-align:left;}
.lanmu_box_style3_middle{float:left;width:450px;margin:0 0 0 0;overflow:hidden;text-align:left;}
.lanmu_box_style3_right{float:right;width:220px;margin:0 0 0 10px;overflow:hidden;text-align:left;}
最后编辑xiyou 最后编辑于 2009-01-21 12:10:02
TOP
发新话题 回复该主题