CSS无法在IE8中使用 [英] CSS not working in IE8

查看:63
本文介绍了CSS无法在IE8中使用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

朋友,我正在研究标签结构....

为此,我使用ul和li标签.....

要求将圆角应用于在其中创建css的选项卡,我在其中应用了如下类...

Hi Friends I am working on a Tab Structure....

For that i m using ul and li tags.....

The requirment is to apply rounded corner to the tabs i have created a css in there i have applied a class as follows......

.TabbedPanelsTab {
    position: relative;
    top: 1px;
    float: left;
    padding: 4px 15px;
    margin: 0px 1px 0px 0px;
    font: bold 11px sans-serif;
    background-color: #fff;
    list-style: none;
    color:#000;
    border-left: solid 1px #569200;
    border-bottom: solid 1px #569200;
    border-top: solid 1px #569200;
    border-right: solid 1px #569200;
    -moz-user-select: none;
    -khtml-user-select: none;
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
}




它可以在Chrome上运行,也可以在mozila上运行,但在IE上却无法运行....
我正在使用IE8版本.....
所以请帮我...




it working on the Chrome, and in mozila also but Its not working on the IE....
I m using IE8 version.....
So plz help me out......

推荐答案

您尝试过使用jQuery创建圆角吗?

请参见此页面 [ ^ ]对于某些示例,您会喜欢的!
Have your tried the creating round corners using jQuery?

See this page[^] for some examples, you''ll love it!


这篇关于CSS无法在IE8中使用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆