Membranophonist's Ramblings

Interaction and interface design, technology, politics, music, and random thoughts…

July 12, 2003
by Daniel J. Wilson
0 comments

Unsupported CSS in Safari 1.0

It appears that Safari does not support the text-decoration property within a span that is set to display: none until hovered (on which it is set to display: block, a la Eric Meyer’s css/edge).

I’ll post the files which revealed …