On Apr 16, 2011, at 4:13 AM, Kevin A. Cameron wrote: > This raises an interesting question: the reflected text in HTML or CSS?
I'd argue that the reflection is decoration and only decoration, and thus part of the stylesheet. On Apr 16, 2011, at 3:16 AM, Tim Climis wrote: > Really, to get the desired effect, you'd want transform: scaley(-1); > It works in webkit. Haven't tried anything else. You can use transform: scale(-1) with Gecko (1.9.2+) and Opera (tested: 11.10) as well. http://dev.l-c-n.com/_temp2/reflect.html WebKit has a specific property that enables reflections, without generated content or additional html markup: -webkit-box-reflect. ( I think Gecko has something similar using svg filters, but I'd need to search for it) Quick test: http://dev.l-c-n.com/_temp2/reflect3.html see more : http://www.webkit.org/blog/182/css-reflections/ Philippe -- Philippe Wittenbergh http://l-c-n.com/ ______________________________________________________________________ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/