The post is also available in: Swedish
With some help of CSS 3, we can shadow text on the website.
As usual, IE is not very generous.
h1 { text-shadow: 1px /* y-axis */ 1px /* x-axis */ 1px /* blur */ #999; /* color */ }
The values for blur and color is not necessary to specify.
Links
http://www.w3schools.com/cssref/css3_pr_text-shadow.asp
http://www.w3.org/Style/Examples/007/text-shadow.en.html