hi, i am using jquery to create the following using this code
<script>
$(document).ready(function() {
$("#content").tabs({ fx: { opacity: 'toggle' } });
});
</script>
<script type="text/javascript">
$(document).ready(function() {
$("#documents").tabs({ fx: { opacity: 'toggle' } });
});
</script>
Here it is in firefox working like in every other browser like this:
but in IE 8 ... it does this but in 7 its fine.
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