gpt4 book ai didi

css - 可以在 Kendo Tabstrip 元素后添加管道分隔符吗?

转载 作者:行者123 更新时间:2023-11-28 12:55:16 25 4
gpt4 key购买 nike

我的设计师递给我一个相当简单的菜单,菜单项由管道分隔,因此它看起来像这样:

Home | About | Members | Contact

根据人所在的位置,菜单项可能会更少或更多。

在 CSS 中的 psuedo :after 类之外(IE7 不支持,我必须支持 IE7),Kendo Tabstrip 代码中是否有办法添加分隔管道字符,使其不属于链接的一部分?

提前致谢...

最佳答案

尝试加载这个:

http://code.google.com/p/ie7-js/

IE8 版本然后应该可以使用 :after

a:after {
content: " | ";
}

有趣的问题是 IE7 不支持 :after,但是如果上面的脚本不破坏更多,它应该“修复”这个问题。

关于css - 可以在 Kendo Tabstrip 元素后添加管道分隔符吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16565766/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com