Bug Tracker

Opened 15 years ago

Closed 13 years ago

#3094 closed bug (invalid)

IE does not fade as expected on set transparent values (not 0 or 1)

Reported by: Sjeiti Owned by:
Priority: minor Milestone: 1.3
Component: effects Version: 1.2.6
Keywords: IE fadein fadeout Cc:
Blocked by: Blocking:

Description

Check here: http://www.sjeiti.com/iefadein.html Firefox will fade correctly from 0 to 0.5 and vice versa. IE 6 an 7 however will fade from 0 to 100 and vice versa, even when the starting value is filter: alpha(opacity=50);. Have not checked Safari.

Change History (1)

comment:1 Changed 13 years ago by dmethvin

Resolution: invalid
Status: newclosed

Test case is missing now, but I suspect the stylesheet was missing an opacity:0.5 which is what the fade would be looking for.

Note: See TracTickets for help on using tickets.