jafar1978 wrote:
Hi,
I have been using JQuery and it is great. I have a problem which is
related to viewing more than anything else. When I click on the tab
the text of the div appears on the right of the last tab rather under
the tabs. When I use FireFox the text is displayed correctly. I have
tried using a table and setting the alignment to left. Or just setting
the text to left and using a <p>. None of these worked. Any
suggestions.
Regards, --jh
You need to include the IE specific style sheet as well, also found in
the download. Maybe I should make that a bit clearer on the demo page.
It's "hidden" in Conditional Comments. Have a look at the source code in
the demo.
You need this:
<!-- Additional IE/Win specific style sheet (Conditional Comments) -->
<!--[if lte IE 7]>
<link rel="stylesheet" href="jquery.tabs-ie.css" type="text/css"
media="projection, screen">
<![endif]-->
-- Klaus