Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help Changing Navigation Buttons from Squares to Trapezoid Reply To: Help Changing Navigation Buttons from Squares to Trapezoid

#193458
Shikkediel
Participant

You could add transform: skew(-20deg) to the container. It would need some extra coding if you don’t want the text to skew along with it.

Edited – with a smarter approach. Don’t forget a -webkit- rule…