Archive for 'CSS'

Facebook Share and Like Button Customization Issues

My goal was to get a customized Facebook Like button working. Our designer gave us a mockup of a Facebook button which didn’t have the word Like in it, no counter or anything else except the f in a rounded-corner box Facebook logo. It was very difficult to customize it since code you insert into […]

Pseudo-Element Order Reminder

For best results, define your styles in this order: link, visited, hover, focus and active since order matters. Also always set :focus if you’re setting :hover. Hover is applied for mouseover events and Focus is applied for keyboard-only users.