
Note: the bad font rendering quality isn't the fault of Firefox, rather it comes from using an old version of Microsoft's Terminal Server which doesn't support anti-aliasing.
Unfortunately, rotating elements just cuts the element out of its current position and draws it with the transformation applied, but doesn't touch the reserved space of the untransformed element. This lets the rotated text paint over adjacent DOM elements. However, since the length of the text is dynamic and thus not known in advance, trying to avoid this would need dynamic calculation of the required padding.

1 comment:
I'm pretty disappointed it leaves space for the original box, too. Let me know if you find a workaround that deals with this inside tables.
Post a Comment