On Tue, Feb 1, 2011 at 2:07 PM, Philippe Wittenbergh <[email protected]> wrote: > > On Feb 1, 2011, at 8:47 PM, Bruno Fassino wrote: > >> I need to add a border to a flash object: <object >> type="application/x-shockwave-flash" data=... > >> Older version of Firefox ignored such borders, now Fx 3.6 applies it, >> but it considers the border as part of the object size, as if the >> object had box-sizing: border-box. >> See this test case: http://brunildo.org/test/fx-object-border.html [...] > > I have no clue as to what is happening… > I noticed though that this is not limited to application/x-shockwave-flash, > it reproduces with quicktime, and presumably with anything that needs a > plugin. > And, at least for Quicktime, the border covers the movie (I don't have Flash > installed on this machine to verify). > > As you noted, other media types (image/...,and I tried text/html) work > correctly. And it seems to work correctly with <embed>
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). Bruno -- Bruno Fassino http://www.brunildo.org/test ______________________________________________________________________ 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/
