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
The first red square is a flash object, the second one an image
(rendered using object). They should have the same size, but in Fx
3.6, the first one is smaller. This occurs only in Firefox (IE9 is
ok).  -moz-box-sizing doesn't seem to help.
I could get that border in a different way, but if possible I would
prefer not to alter anything in surrounding elements, so I'm looking
for a fix involving _only_ the object element (and of course not
breaking other browsers). Is this possible?

Thanks,
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/

Reply via email to