CSS2 text-decoration and child elements

Take the following code; will the text in the span be underlined? <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <meta http-equiv="…

CSS Sprite Generator Version 2.0

Ed [http://www.ejeliot.com] and I have been busy updating the CSS Sprite Generator [http://spritegen.website-performance.org/] to improve it's output quality by using the Imagick library instead of GD and as a result this allows a much tighter control over the output. In the process…

Bug: IE7 absolutely positioned italics

I recently discovered a rather bizarre bug that only seems to affect IE7 [http://www.microsoft.com/windows/ie/default.mspx]. If you absolutely position italic text of any kind (text made italic through authors styling or something that is styled via the default browser stylesheet such as ems.) IE7…

CSS Drop Column Layout

Simon Collison posted an article about his new fixed width 3-column layout which is made possible with a dash of javascript to alter the layout based on the resolution of the client's window. For more on Simon's layout see this post [http://www.collylogic.com/?/comments/…

Partial Image Replacement

Recently Tim [http://www.nefariousdesigns.co.uk] was looking for opinions on the most semantic way to mark up the title and strapline of an author's website that he is working on. The text looked something like this; Stuart Colville, Author of "I'm a big…

Beyond the graphical

Unless you've had your head firmly buried in the sand you are probably aware of the various CSS showcase sites on the internet. However, if you take a closer look at some of the sites featured on these showcases, you'll see that some of them fall…

Minor CSS Reboot

Ever since the May 1st Reboot I've wanted to change quite a lot about my site. This version has seen those changes implemented. Though at first it looks like not much has happened visually, quite a lot of changes have taken place in this revision. To make the…