[thelist] Re: Filter: flipH

Web Designers evolt.list at gmail.com
Fri Sep 17 14:08:53 CDT 2004


On Fri, 17 Sep 2004 19:07:30 +0100, I wrote:
> I'm trying to layout a page with the H1 element formatted so as to
> have the font mirrored.

I've thought about it some more and can kludge it using a link attribute thus:

<style type="text/css">
a:link.mirror {color: #000000; text-decoration: none; height: 1em}
a:visited.mirror {color: #000000; text-decoration: none; height: 1em}
a:active.mirror {color: #000000; text-decoration: none; height: 1em}
a:hover.mirror { color: #000000; text-decoration: none; filter:fliph;
height: 1em; cursor: help}
</style>

And then

<h1><a href="#" class="mirror">In the mirror 2</a></h1>

Still a kludge, so if anyone has any ideas...


More information about the thelist mailing list