

Karen Menezes

Blog | Assorted | Online Footprint

@me | @web-portfolio

karen.menezes@gmail.com

Year
2020
Jan
2019
Jul
2018
May
2016
Aug Jan
2015
Jul Mar
2014
Dec Nov Oct Jun Apr Jan
2013
Dec Oct Aug Jun May Jan
2012
Dec Nov Sep Aug
Categories
Code Ecology
Slanted buttons with 3 lines of CSS

on 18 June, 2014

Two weeks ago, a designer sent in an app landing-page mockup with slanted buttons. I attempted to do this the most natural way, i.e. using CSS transforms via skew. I skewed the button selector and it worked beautifully, except that it skewed the text as well.

Dropping Support for Vendor Prefixes

on 14 January, 2013

If you’re using CSS3 properties for graceful degradation, it’s probably fine to drop vendor-prefix support for certain properties. It’s best to educate clients about future maintenance woes and why it’s absolutely fine if Firefox 3.6 users will see square corners and no shadows, as long as you’re not breaking the site's layout.