--- hierarchical_select.js	2009-02-11 00:04:24.000000000 +0200
+++ hierarchical_select-new.js	2009-02-15 08:41:06.000000000 +0200
@@ -71,7 +71,7 @@
   .find('.dropbox .dropbox-remove')
   // Hide the children of these table cells. We're not removing them because
   // we want to continue to use the "Remove" checkboxes.
-  .find('*').hide().end()
+  .find('*').css("display", "none").end()
   // Put a "Remove" link there instead.
   .append('<a href="">'+ removeString +'</a>');  
 };
