by webmaster | Apr 2, 2010 | CSS and Styles
Probably one of the most common accessibility oversights is neglecting to apply CSS to the :focus state of links whenever you style the :hover state. How much of a problem this oversight leads to for non-mouse users depends on what CSS is applied to the :hover state....
by webmaster | Mar 17, 2010 | CSS and Styles
In November last year, Microsoft revealed some of what will be new and improved in Internet Explorer 9 in the IEBlog post An Early Look At IE9 for Developers. Today, IE General Manager Dean Hachamovitch posted a follow-up: HTML5, Hardware Accelerated: First IE9...
by webmaster | Mar 1, 2010 | CSS and Styles
Usually when you want a horizontal list, you need to use float in the CSS code to make it work, with all its drawbacks. However, there is an alternative with display: inline-block. More at:...
by webmaster | Mar 1, 2010 | CSS and Styles
Simple yet effective PHP script for displaying your subscriber count. More at:...
by webmaster | Feb 28, 2010 | CSS and Styles
Overview of the most common table UI design patterns with examples, useful readings and tools for implementation More at:...
by webmaster | Feb 26, 2010 | CSS and Styles
I recently ran into a bug in Firefox and Opera when I tried to set the line height of text inside a button. The bug? The line height can’t be changed! More at:...