我做的网页ie9、firefox,360 6.3浏览器都能显示正常,以ie为内核的浏览器显示不正常,谁能帮我改一下css 20
问题如题所示。css代码如下:#menu{margin:8pxauto;width:1010px;height:60px;line-height:60px;}#menu#...
问题如题所示。
css代码如下:
#menu {
margin:8px auto;
width:1010px;
height:60px;
line-height:60px;
}
#menu #left{
background:url(../images/nav_left.gif);
float:left;
width:21px;
height:60px;
}
#menu #center{
background:url(../images/nav_center.gif);
float:left;
width:969px;
height:60px;
}
#menu a ,#menu a:visited{
float:left;
display:block;
width:119px;
height:60px;
line-height:60px;
text-align:center;
color:#fff;
font-size:28px;
text-decoration:none;
}
#menu a.long ,#menu a:visited{
float:left;
display:block;
width:140px;
height:60px;
line-height:60px;
text-align:center;
color:#fff;
font-size:28px;
text-decoration:none;
}
#menu a:active ,#menu a:hover{
color:#FF0000;
background:url(../images/nv_a.gif) left bottom;
font-size:28px;
text-decoration:none;
}
#menu #right{
background:url(../images/nav_right.gif);
float:right;
width:20px;
height:60px;
}
.clear {
clear:both;
margin:0;
padding:0;
border:0;
}
字数超出范围了 展开
css代码如下:
#menu {
margin:8px auto;
width:1010px;
height:60px;
line-height:60px;
}
#menu #left{
background:url(../images/nav_left.gif);
float:left;
width:21px;
height:60px;
}
#menu #center{
background:url(../images/nav_center.gif);
float:left;
width:969px;
height:60px;
}
#menu a ,#menu a:visited{
float:left;
display:block;
width:119px;
height:60px;
line-height:60px;
text-align:center;
color:#fff;
font-size:28px;
text-decoration:none;
}
#menu a.long ,#menu a:visited{
float:left;
display:block;
width:140px;
height:60px;
line-height:60px;
text-align:center;
color:#fff;
font-size:28px;
text-decoration:none;
}
#menu a:active ,#menu a:hover{
color:#FF0000;
background:url(../images/nv_a.gif) left bottom;
font-size:28px;
text-decoration:none;
}
#menu #right{
background:url(../images/nav_right.gif);
float:right;
width:20px;
height:60px;
}
.clear {
clear:both;
margin:0;
padding:0;
border:0;
}
字数超出范围了 展开
展开全部
尊敬的用户,您好!很高兴为您答疑。
解决这个问题您有3个可选方案:
1、严格限制标题字数,目前各大门户网站都是采用这个模式;
2、使用css样式隐藏超出的文字,代码可参考附件中的实例;
3、在动态应用端进行文字字数输出限制,其思路与2类似。
希望我的回答对您有所帮助,如有疑问,欢迎继续咨询我们。
追问
刚刚看了你的实例,我试试看,谢谢你哦~~~
追答
不客气,希望可以帮到您,如果对您有用,望采纳~
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询