Jquery tabs and IE8
Posted
by Stephen
on Stack Overflow
See other posts from Stack Overflow
or by Stephen
Published on 2010-06-14T11:57:43Z
Indexed on
2010/06/14
12:02 UTC
Read the original article
Hit count: 461
hi, i am using jquery to create the following using this code
$(document).ready(function() { $("#content").tabs({ fx: { opacity: 'toggle' } }); }); $(document).ready(function() { $("#documents").tabs({ fx: { opacity: 'toggle' } }); });Here it is in firefox working like in every other browser like this: https://www.completelettingsolutions.co.uk/working.JPG
but in IE 8 ... it does this but in 7 its fine. (remove the 1 at the start of the link) 1https://www.completelettingsolutions.co.uk/notWorking.JPG
I think it is somethin to do with the script opacity but i cant get it to work. does any one have any idea.
Cheers
© Stack Overflow or respective owner