Archive for ‘Code Snippets’

December 7, 2007

New Blog Posted: Creating a Checkout Progress Bar

I just posted a new blog over on the “eCommerce Blog”:http://www.groovecommerce.com/ecommerce-blog/ at Groove. So if you’re interested in “creating an accessible progress bar”:http://www.groovecommerce.com/ecommerce-blog/featured/creating-an-accessible-checkout-progress-bar/ for your checkout process this is for you!

Continue Reading This Post | 0 Comments

July 5, 2007

:hover Pseudo Class Bug Fix for IE6

For those of you familiar with the :hover pseudo class, you probably know that IE6 and below is not.

A simple example of the :hover pseudo class in action is when you mouse over a Hyperlink and it changes color, or it becomes underlined or something dazzling like that. A more advanced example is applying :hover to other tags such as a <td> to make the data cell of a table change color, this is the example I’m going to talk about today.

Continue Reading This Post | 6 Comments