View Single Post
Old 12-19-2008, 07:47 AM   PM User | #3
dPoriginals
New to the CF scene

 
Join Date: Dec 2008
Posts: 5
Thanks: 4
Thanked 0 Times in 0 Posts
dPoriginals is an unknown quantity at this point
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
dPoriginals is offline   Reply With Quote