Do you mean that the box model highlighter (the one that shows margins etc.) appears where the element was before the transform was applied to it? If you do then this behavior is correct because transforms do not effect the box model ... all margins etc. are applied to the element as if it is not transformed.
~Mike Ratcliffe On Jan 3, 9:24 pm, dotnetCarpenter <[email protected]> wrote: > Hi Honza. > > There seems to be an issue with rotated elements (-moz-transform: > rotate(270deg);) and the in-page visual highlight. It's rather confusing. I > don't have time right now to produce a test case (should be rather trivial > though) but was just wondering if I'm the only one to see it. > > Firebug: 1.9b5 > Firefox: 9.0.1 > OS: Linux/Ubuntu 11.04 > > Cheers, Jon -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
