产品使用及交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

请教导航字体色在哪里修改 [复制链接]

1#
我现在是红色字体,想回到之前白色字体。请大家帮下。
分享 转发
TOP
2#

css文件中mneu_style{}color属性
TOP
3#

多谢
TOP
4#

未找到,是我不太会找还是其它呢!

内容是下面这样
============================================================
/*menu样式*/

.menu_box{clear:both;width:100%;}

                  /**********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:36px;background:url(images/menu_bg_1.gif) repeat 0 0;border:0 solid #dddddd;border-width:0 0 0 0;}

.menu_style_1_first{float:left;width:100px;height:36px;text-align:center;background:url(images/menu_style_1.gif) no-repeat 0 0;}
.menu_style_1{float:left;width:100px;height:36px;text-align:center;background:url(images/menu_style_1.gif) no-repeat 0 0;}

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

a.menu_current_1{display:block;width:100px;height:28px;color: #ffffff;text-decoration:none;font-weight:bold;padding: 8px 0 0 0;background:url(images/menu_style_1_out.gif) no-repeat 0 0;}

====================================================
发张图样帮看看吧
TOP
5#

问题解决了,在回完贴后又突然想起了。。。

/*网站基础样式*/
body,div,ul,li,table,p,h1,form,legend,fieldset,input button,select,textarea,button{margin:0px;padding:0px;font-family:inherit;font-size:inherit;}
ul,li{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
a{color: #253E72;text-decoration:none;}
a:hover{color: #CC0000;text-decoration:none;}
===============================================
就是上面这里出了问题,只是奇怪这里从来没修改过,原本[: #ffffff 变成了: #CC0000]。。。。
==========================================================
新手不懂,原来这样鼠标移动到其它地方的字体也都白色了。这样也不好。。。Q解
TOP
发新话题 回复该主题