Works just fine in FF.
   
  What browser(s) are you having problems with?
   
  

Rick Faircloth <[EMAIL PROTECTED]> wrote:
  
Hi, all...

Got some strange sliding going on.

Here's the link:

http://c21ar.wsm-dev.com/cfm/our-agents.cfm

Click on the "Click here to view or hide agent's biography" link.

The top bio slides and hides nicely. The others are just spastic.

The jQ controlling this is:

  
  
  $(document).ready(function() {
   
   $('div.bio-slide').find('div.biography').hide().end();
   
   $('a.showbio').each(function(i) {
    var $match = $('div.biography').eq(i);

    $(this).toggle(function() {
     $match.slideDown('slow');
     }, function () {
     $match.slideUp('slow');
     } 
    );
   }); 
  });

   



Ideas?

Thanks,

Rick



       
---------------------------------
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.

Reply via email to