The Solar System according to Microsoft
July 2nd, 2010
The solar system as seen in Internet Explorer.
[Via kottke.org]
The solar system as seen in Internet Explorer.
[Via kottke.org]
Zeldman pointed out a nice CSS3 feature. To set the colour of selected text, try adding this to your style sheet:
::-moz-selection { color: #004080; background: #fffdd7; }
::selection { color: #004080; background: #fffdd7; }
To my knowledge, this feature works in Mozilla-based browsers, Safari and Opera.1 It doesn’t work in Internet Explorer, but it doesn’t break anything either.