产品使用及交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

主菜单 各栏目之间距离 怎么修改 我加了8个栏目 [复制链接]

1#
主菜单 各栏目之间距离 怎么修改
我加了8个栏目,结果 转到下一行了,隔出来一行空白,怎么调整啊
分享 转发
TOP
2#

模板里下anmu.css文件里.menu_style_1_first 和.menu_style_1有个padding:0px 25px 0 25px;  左右的间距改小一点就好
TOP
3#

.menu_style_1_first{float:left;width:90px;height:35px;text-align:center;}
.menu_style_1{float:left;width:90px;height:35px;textalign:center;background:url(images/menu_style_1.jpg) no-repeat left 0;}
修改width吗 我改了 没用啊
TOP
4#

俺,也找不到。请说明白一些。毕竟我们不是专业的
TOP
5#

.menu_style_2_first{float:left;width:90px;text-align:center;background:url(images/li.gi) no-repeat 0 0;}
.menu_style_2{float:left;width:90px;text-align:center;background:url(images/li.gif) no-repeat 0 6px;}
TOP
6#

修改主菜单,栏目之间间隙问题
在模板里下lanmu.css文件里
.menu_style_1_first{float:left;width:90px;height:35px;text-align:center;}
.menu_style_1{float:left;width:90px;height:35px;textalign:center;background:url(images/menu_style_1.jpg) no-repeat left 0;}左右的间距改小一点就好 ,如不可以就修改下面的
.menu_style_2_first{float:left;width:90px;text-align:center;background:url(images/li.gi) no-repeat 0 0;}
.menu_style_2{float:left;width:90px;text-align:center;background:url(images/li.gif) no-repeat 0 6px;}
还有就是修改
a.menu_1nk{display:block;width5px;height:28px;colorffffff;text-decoration: none;paddingpx 0 0 0}
a.menu_2nk{display:block;height:26px;width:95px;colorfff;text-decoration:none;font-weight:normal;paddingpx 0 0 0}
希望对后面的有所帮助
TOP
发新话题 回复该主题