ss61407199 - 2009/1/21 11:24:00
如果设置导航栏里能同时显示9个栏目呢?-请各位老大们帮忙!本人基本上不懂CSS!所以请各位说的尽量详细些!本人正在学习中!:Z
xiyou - 2009/1/21 11:28:00
找到你用的模板,修改下面这段
/**********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属性
xiyou - 2009/1/21 11:36:00
好象有2个模版是可以显示9个的
ss61407199 - 2009/1/21 12:02:00
俺的是红色模板!是style5!只能显示8个!
xiyou - 2009/1/21 12:03:00
我有一个办法,就是.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;}
apple163 - 2009/1/21 15:48:00
xiyou你好强呀