Full-text blog feed
Comment feed
Sunday, July 30th 2006
After redesigning my photography website today, I noticed that Opera 9 has a fairly serious rendering bug:
I don’t understand what I’ve done to make it do that… The CSS for H1 is here:
h1 { font: 220% Georgia, “Gill Sans MT”, “Trebuchet MS”; margin: 0.5em; letter-spacing: 0.25em }
h1 a { border-radius: 0.5em; -moz-border-radius: 0.5em; padding: 0.2em 0.4em; background: #eee; opacity: 0.5 }
h1 a:hover { opacity: 0.65 }
Maybe Opera applies
by default?
Hi!Have you tried removing the letter-spacing?