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="…
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="…
Ed and I have been busy updating the CSS Sprite Generator 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 of doing this we've fixed the large majority of all…
I recently discovered a rather bizarre bug that only seems to affect IE7. 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 seems to screw up the rendering and ends…
One of my colleagues Ed, has come up with a really useful PHP script that makes it trivial to concatenate and version css or js files on your site. What it does is takes an array of the files you wish to join together and it will create a versioned…
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. Tim referred to my site in the comments on…
Recently Tim 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 fat monkey" (Note: this is a fictitious title)…
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 short of a true…
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 most of…