testimonials

More Updates and More Spam

March 13, 2009 at 8:41 pm | Clarion Media, Meta | No comments

Another week without posting. If you’re reading this, you’re probably looking for the coding tutorial. I’m just going to be straightforward with you–it’s going to be a while. Between the new projects I’ve picked up and the ongoing construction of the new Clarion Media, I just don’t have time at the moment. (more…)

CSS Hover Pseudo-Class

March 6, 2009 at 7:40 pm | CSS, Web Development | No comments

This is my first post in over a week, but I’ve been pretty busy lately. That being said, I haven’t had much time to work on the coding portion of the website tutorial.

CSS pseudo-classes are used to add effects to selectors. In this article we’ll discuss the “hover” pseudo-class and how I used it to achieve the hover effect on my home page. The most common use of :hover is for hyperlinks. When you move your mouse over a link and the text color changes, it has a :hover pseudo-class acting on it. Pseudo-classes work in this form:

(more…)