jQuery Tabs in Chrome not loading
I have implemented the jQuery Tabs UI component into a website im working on.
The tabs appear fine Internet Explorer (see screenshot), however in Chrome, the tabs arent tabs. They are a list.
Here are the tabs in Internet Explorer
Here are the tabs in Chrome
What could this be? CSS, Javascript files not being referenced in Chrome?
- <script src="js/jquery-1.4.2.min.js"></script>
- <script src="js/jquery-ui-1.8.6.custom.min.js"></script>
- <script src="js/jquery.ui.core.js"></script>
- <script src="js/jquery.ui.widget.js"></script>
- <script src="js/jquery.ui.tabs.js"></script>
- <link rel="stylesheet" href="js/smoothness/jquery-ui-1.8.6.custom.css">
- <link href="style/style.css" rel="stylesheet" type="text/css" />