Tag Archives: CSS

Lockergnome in CSS

Lockergnome has converted to a CSS based design. View that clean XHTML 1.0 Strict source. [...]

A List Apart 3.0

Zeldman has announced that the new design for A List Apart is now live. In addition to the new look, the article index, and category selections, there are three great new articles available. [...]

DHTML/CSS Menus

Gavin Kistner has come up with an amazingly lightweight DHTML/CSS menu system based on unordered lists. [...]

Theme Issues

I am aware that there are some glitches in some of the themes, particularly when viewed in Internet Explorer. I’ll try to fix them as soon as time allows (I really need to go through all my of my CSS and clean some things up). [...]

New Style: Clean

Added a new style: Clean. All my other site styles had dark backgrounds. I thought that maybe some of you would appreciate a white background, instead. There’s some sort of issue in IE that causes the articles to overrun the right-hand border as you get towards the bottom of the page. [...]

Tables vs. CSS

“I would like to get away from tables all together. Does anyone know of any
examples of markup for a tableless calendar?”

Where did this notion come from that if you are designing web pages using CSS that tables become some unmentionable evil to be avoided at all costs? There is a difference between the idea of “tableless layout” and “all tables are bad”. [...]

Web Design-o-rama

Netscape has redesigned their DevEdge site with loads of standards-compliant goodness. Their hybrid CSS/DHTML menus are exactly what I’ve been looking for! Wow, not only do they use proper semantic markup for the menu structure, but advanced browsers (i.e. [...]

Intentional bugs?

The Macintosh crowd is all abuzz about the new Apple web browser, called Safari. It’s apparently based on the KHTML rendering engine, and has a few bugs. [...]

Visual Semantics

In response to Mark Pilgrim’sPushing the envelope” post, Hans Nowak complains that sometimes semantically correct HTML elements don’t “look good”. [...]

I still hate Netscape 4

So I spent a few minutes modifying my template to give my blog better semantics. I use header elements for blog entry titles, the date & author are in a <cite> element, the menu uses lists and header elements. I cleaned up the CSS to the point that there aren’t even any warnings any more.

So of course Netscape 4 didn’t see the styles anymore. [...]