Slanted tabs with CSS 3D transforms

Not sure if I’m the first to come up with this idea, but I searched and didn’t find anything. So, for a long time, I was wondering if there’s an easy way to create trapezoid shapes in CSS, especially with borders etc. Eventually, I realized that I coul…


This content originally appeared on Lea Verou’s blog and was authored by Lea Verou

Not sure if I’m the first to come up with this idea, but I searched and didn’t find anything. So, for a long time, I was wondering if there’s an easy way to create trapezoid shapes in CSS, especially with borders etc. Eventually, I realized that I could use a pseudo-element for the background and 3D rotate it, so that it appears like a trapezoid. Then @krofdrakula suggested on twitter that I could even add border-radius so that it looks like a tab, so I added that as well:

Eventually I thought, why not actually turn this into a tab demo? So I made a dabblet with that. And then I realized that if you change the transform-origin, other interesting tab shapes appear! Enjoy:

The best part? It degrades pretty gracefully on browsers that don’t support transforms! You get nice rounded tabs that just aren’t slanted (although they have a pretty large top padding, but you can use Modernizr for that. Try it for yourself by commenting the transform out in the dabblet and see the result.

Another issue is that the angled lines look a bit aliased in Firefox, but that’s a bug that will eventually get fixed.

In general, it’s a bit rough around the edges, so treat it more as a proof of concept. But with a little more work, it could totally work in production. Tested in Chrome, Safari, Firefox, IE9 (fallback) and IE10.


This content originally appeared on Lea Verou’s blog and was authored by Lea Verou


Print Share Comment Cite Upload Translate Updates
APA

Lea Verou | Sciencx (2013-10-18T00:00:00+00:00) Slanted tabs with CSS 3D transforms. Retrieved from https://www.scien.cx/2013/10/18/slanted-tabs-with-css-3d-transforms/

MLA
" » Slanted tabs with CSS 3D transforms." Lea Verou | Sciencx - Friday October 18, 2013, https://www.scien.cx/2013/10/18/slanted-tabs-with-css-3d-transforms/
HARVARD
Lea Verou | Sciencx Friday October 18, 2013 » Slanted tabs with CSS 3D transforms., viewed ,<https://www.scien.cx/2013/10/18/slanted-tabs-with-css-3d-transforms/>
VANCOUVER
Lea Verou | Sciencx - » Slanted tabs with CSS 3D transforms. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2013/10/18/slanted-tabs-with-css-3d-transforms/
CHICAGO
" » Slanted tabs with CSS 3D transforms." Lea Verou | Sciencx - Accessed . https://www.scien.cx/2013/10/18/slanted-tabs-with-css-3d-transforms/
IEEE
" » Slanted tabs with CSS 3D transforms." Lea Verou | Sciencx [Online]. Available: https://www.scien.cx/2013/10/18/slanted-tabs-with-css-3d-transforms/. [Accessed: ]
rf:citation
» Slanted tabs with CSS 3D transforms | Lea Verou | Sciencx | https://www.scien.cx/2013/10/18/slanted-tabs-with-css-3d-transforms/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.