IE's opacity filter looks horrible using jQuery fade effects. Usually I use the following jquery

  if ($.browser.msie) {
    $label.css('display', 'none');
  }
  else {
    $label.fadeOut('fast');
  }

It would be cool if there was a setting to use this code instead.

Comments

sun’s picture

Status: Active » Closed (duplicate)

The initial .fadeOut() has been entirely removed via #461918: User Login Browser Auto-populate