diff --git a/jquery.fancydropdown.js b/jquery.fancydropdown.js old mode 100644 new mode 100755 index 4d6b033..d08c633 --- a/jquery.fancydropdown.js +++ b/jquery.fancydropdown.js @@ -20,7 +20,7 @@ return this.each(function() { var el = $(this); var id = $(this).attr('id'); - el.hide(); + el.css({'position': 'absolute', 'left': '-999em'}); //create needed HTML var html = '