Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS Animating SVG with CSS Transitions and Transforms Transform Origin in Firefox

Could we implement both relative and absolute units for text-transform at the simultaneously?

Or, would it really make any difference? So, could we use % for all browsers except FF, and have absolute px units override our rule for this case?

Or, for max browser capability, do we just stick with absolute units only?

1 Answer

Paul K.
Paul K.
12,110 Points

I don't see why not, but it may get confusing and tricky for you.

I think as long as the product of what you see is nice and user-friendly, then your units should be fine..but then again, I've been coding for only a few months. so it's just my opinion