简体   繁体   English

Internet Explorer 8中Asp.net菜单控件的CSS问题

[英]CSS issue with Asp.net Menu control in Internet Explorer 8

I worked previously with ASP.Net Menu control & it worked fine, In my latest project i am using the same menu control but for some reason menu keeps on adding additional space on left side of menu when clicked. 我以前使用过ASP.Net菜单控件,但效果很好,在我的最新项目中,我使用的是相同的菜单控件,但是由于某些原因,菜单在单击时会继续在菜单左侧添加额外的空间。 Please look at two screenshots. 请看两个屏幕截图。

I have this issue only with IE 8 & below version not with any other browser 我只有IE 8及以下版本才有此问题,而其他任何浏览器都没有

Live Example of website 网站实况

Internet Explorer 8 on actual Machine 实际计算机上的Internet Explorer 8 实际计算机上的Internet Explorer 8

Internet Explorer 8 using IE Tester 使用IE Tester的Internet Explorer 8 使用IE Tester的Internet Explorer 8

I have been struggling with this design issue for last few days as i am not able to figure out what property is causing... This is noticeable only if you have actual Internet Explorer 8 installed on you system or if you using IE tester and test it for IE 8 version. 过去几天,我一直在努力解决此设计问题,因为我无法弄清楚是什么原因引起的...仅当您的系统上安装了实际的Internet Explorer 8或使用IE测试器进行测试时,此问题才引起注意IE 8版本。

If you have higher version as i have IE 9 i check it using F12 but it doesn't show any design issue in IE 8 either in standard or compatible mode. 如果您有更高版本,因为我有IE 9,我会使用F12进行检查,但无论是标准模式还是兼容模式,它都不会在IE 8中显示任何设计问题。

I would appreciate help in this regarding as i am not an expert on CSS. 由于我不是CSS方面的专家,因此在此方面的帮助我将不胜感激。

At last resolved the issue. 终于解决了这个问题。 problem was due CSS property conflict, i had wrote CSS in following manner which was creating problem. 问题是由于CSS属性冲突引起的,我以下面的方式编写了CSS,这造成了问题。 I wrote both classes separately to resolve the issue 我分别编写了两个类以解决问题

.LNMore a:link, a:visited 
{
    float:left;
    width:160px;
    height:15px;
    font-family:Tahoma;
    font-weight:bold;
    text-align:right;
    font-size:12px;
    padding-left:0px;
    padding-top:6px;
    color:White;
    text-decoration:none;
}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM