effect for tabs

effect for tabs


Hello there!
How can I put a slide-effect on my jquery-tabs?
I am using the jquery UI. So in the <head> section I have:
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/jquery-
ui-1.7.1.custom.min.js"></script>
And in a seperate scripts.js I have:
$('#tabs').tabs(({ fx: { opacity: 'toggle'} }));
How do I change that so that the tabs slide in / and out?
Kind regards
Arnold