Open GoogleCodeExporter opened 8 years ago
#video-cover{
background: black;
opacity:0.00000000000000001;
}
Original comment by eneth...@gmail.com
on 1 Feb 2012 at 6:31
thanks for that!
Original comment by marbromg...@gmail.com
on 1 Feb 2012 at 8:46
I'll work this into the next build. Thanks for noting.
Original comment by seanmcca...@gmail.com
on 24 Feb 2012 at 2:23
This occurs in IE 8 also and fix doesn't work in IE 8 because opacity doesn't
work properly in IE 8.
Original comment by bkey...@gmail.com
on 6 Apr 2012 at 5:59
ok this is is the fix that works for for IE 8
#video-cover{
background-color:black;
filter: alpha(opacity=0);
}
Original comment by bkey...@gmail.com
on 6 Apr 2012 at 3:52
new version 1.0 probably fixed this. will have to do a little QA on win.
Original comment by seanmcca...@gmail.com
on 1 Oct 2012 at 10:26
Original issue reported on code.google.com by
eneth...@gmail.com
on 1 Feb 2012 at 6:31