views:

67

answers:

6

Hi,

I'm trying to improve the style of a website. I'm looking for some examples of beautifully styled HTML elements (tables, lists, headings, etc.) that I can draw on for inspiration, or just copy and paste verbatim (if that's permitted).

Some explanation of how the styling was achieved would be nice, but is not absolutely necessary, as I can always use Firebug to reverse engineer the design. Ideally the designs should:

  • Be compatible with all modern browsers (which excludes IE6 IMO)
  • Use little or no JavaScript
  • Be valid XHTML transitional/strict

EDIT: Ideally, the site(s) should provide an easy way to view a list of styles for a particular element type (ordered list, table, heading, etc.)

Thanks, Don

+1  A: 

Open Source Web Design has a lot of stuff available. You can see it at: oswd.org

dj2
+1  A: 

For lists, Listamatic immediately comes to mind.

For everything else, I can only think of CSS Zen Garden.

RegDwight
A: 

The folks at Zen Garden think they're pretty hot. There's a large collection of different designs of the same HTML text to be admired there. Maybe you can learn something from the masters!

Carl Smotricz
+1  A: 

CSS Play, by Stu Nicholls, and, of course, A List Apart are two of my own favourites.

David Thomas
+1  A: 

The best recource for specific elements and types is in my opinion by far http://www.patterntap.com. There you browse categories like lists and tables. alt text

richard