Archive for the ‘CSS’ Category

Conditional Classnames

Monday, November 3rd, 2008

Actually saw this on Eric Meyer’s web page, but I thought it was kinda cool.

While it eliminates the need for an extra HTTP request, it also means that the CSS style sheet will have to be larger for both IE and other browsers. Still, that’s probably faster than two HTTP requests.

paulhammond.org: Conditional classnames.

CSS Rollover Fun

Thursday, April 24th, 2008

The goal of this tutorial is to find a way to allow images to be shown with rollovers without the use of Java Script. View the final example here.

(more…)