I am using something like
$(\'ul li\').find(\'iframe\').css({\'visibility\':\'visible\'});
which works fine In Firefox and Opera,
cons
I know this is a bit dated, but I just ran into the same problem. My solution was
css( 'opacity', 0 )