Styling select, optgroup and options with CSS

Over the past three weeks I’ve looked at some CSS styles that can be applied to select, optgroup and option tags and how they are rendered differently across different browsers. The information is summarised here in tablular format so it’s easier to compare.

How to do a strikethrough with CSS

This very short post covers something most people who work with CSS should already know how to do: how to do a strikethrough with CSS. I needed to do this today but didn’t know which property sets it so had to look it up. I usually find by writing a short post like this I remember it in the future and never need to look it up again 🙂

Style HTML form elements optgroup and option with CSS in Opera

This post is part of a series looking at how to style optgroup and options with CSS. Previously I have looked at Firefox and Internet Explorer and this post looks at Opera. At the end of the series I’ll present the findings in a tabular format so it’s easy to see what can and can’t be styled consistently across browsers.