Closed (duplicate)
Project:
Compact Forms
Version:
6.x-1.2
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2009 at 02:48 UTC
Updated:
5 Sep 2010 at 02:25 UTC
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
Comment #1
sunThe initial .fadeOut() has been entirely removed via #461918: User Login Browser Auto-populate