Hello.
I´m using jQuery to hide/show some tabbed areas. But it is not working in IE6 and 7, the tabbed areas are just stacked beneath each other.
Checking the site in Safari I can see that the show and hide inline styles are correctly applied to my divs. But in IE no such inline styles are applied. I get no errors though in IE Developer tools, it just doesn't work. Could it be the href attribute? I read somewhere that it might not work as it should in IE.
And this is the code that I´m using. Help me plz :)