Thanks man that worked. didnt think it would be so easy.
do you know how i could add the same effect to this code.
it currently doesnt hav any slide effect so im not sure how i modify it.
the fadeIn effect can be removed if necessary.
Code:
<script type="text/javascript">
$("#adv2").idTabs(function(id,list,set){
$("a",set).removeClass("selected")
.filter("[@href='"+id+"']",set).addClass("selected");
for(i in list)
$(list[i]).hide();
$(id).fadeIn();
return false;
});
</script>
Thanks,
dP