Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个类似于维基百科的网页。我正在使用 Twitter Bootstrap。
为了设计一个选项卡,我使用引导程序,如 url Bootstrap Tabs
在 IE7 中,我的标签如下所示
在 Chrome 中它看起来很棒
请帮忙
代码
您在屏幕截图中发布的代码给了我以下输出..
您可以在清除浏览器缓存后检查问题是否仍然存在。
我只使用
<link rel="stylesheet" type="text/css" href="bootstrap.css" />
并且没有其他css或js文件..