5 Best CSS Practices to Make Your Life Easier

15 Best CSS Practices to Make Your Life Easier http://www.onextrapixel.com/2012/06/05/15-best-css-practices-to-make-your-life-easier/ CSS was started in 1997 to help website developers create and design their own attractive web pages. Cascading Style Sheets (CSS) are a type of language used to change the format and look … Continue reading

CSS generated content and screen readers

CSS generated content and screen readers http://www.456bereastreet.com/archive/201205/css_generated_content_and_screen_readers/  As all widely used web browsers (unless you still consider IE7 as being widely used) now support the :before and :after pseudo-elements along with the content property, using those pseduo-elements has become more and more common.