Saravanan
Saravanan

Reputation: 1237

Bootstrap Tabs in IE7

I am creating a webpage similar to wikipedia. And I am using Twitter Bootstrap.

For designing a tab I am using bootstrap as in the url Bootstrap Tabs

In IE7 my tabs are looking like below

IE7 Tabs

In Chrome it is looking great

Chrome Tabs

Please help

Code

enter image description here

Upvotes: 1

Views: 755

Answers (1)

000
000

Reputation: 3950

Your code as posted in the screenshot is giving me the following output..

enter image description here

You can check if the issue remains after clearing browser cache.

I was using only

<link rel="stylesheet" type="text/css" href="bootstrap.css" /> 

and no other css or js file..

Upvotes: 1

Related Questions