[thelist] Re: Filter: flipH

Web Designers evolt.list at gmail.com
Fri Sep 17 14:59:44 CDT 2004


On Fri, 17 Sep 2004 20:16:11 +0100, I wrote:
> Better still:
> a:link.mirror {color: #B51010; text-decoration: none; filter:fliph;
> height: 1em; cursor: help}
etc.

Doh! Finally sorted it, I think:
<style type="text/css">
.mirroron {color: #B51010; text-decoration: none; filter:fliph;
height: 1em; cursor: help}
.mirroroff {color: #B51010; text-decoration: none; filter:none; height: 1em}
</style>

<h1><span onmouseover="this.className='mirroron'"
onmouseout="this.className='mirroroff'">Hello world</span></h1>


Simple, when I think about it.
-- 
Richard Morris


More information about the thelist mailing list