On Feb 1, 2011, at 11:29 PM, Bruno Fassino wrote: > I see the problem with <embed> as well, unless I'm using it wrongly. > (It sort of work correctly with embed inside object, border applied to > object and Fx using embed to render the media, as in the usual trick > where object has attributes good for IE only, Fx uses embed as > fallback).
Yeah, I figured that out - my test case was wrong :-( fwiw, there is an open bug: https://bugzilla.mozilla.org/show_bug.cgi?id=236089 (you knew that already… :-)) As for a workaround – ugly and certainly not future proof, but might do the trick depending on the life expectancy of your page: make the object wider/taller for Gecko. @-moz-document domain(example.com) { object[type="application/x-shockwave-flash"] { width: 300px; height: 300px;} } Philippe --- Philippe Wittenbergh http://l-c-n.com/ ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
