Search code examples
twitter-bootstraptabsinternet-explorer-7jquery-ui-tabs

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


Solution

  • 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..