There's nothing in terms of existing HTML standards (AFAIK) that enables text to be shown upside down in a browser, so I would say, no. The only other way would be converting existing text into a picture (either using something like the PHP image libraries, or some JS text-to-image replacement (I think there's something pre-existing for this).
The only html I know that does affect directions is the ltr attribute (which some people jokingly refer to as the 'Hebrew tag'). Glen Lipka wrote: > > Last minute additions. :) > > Anyone know if a way to make regular html text reflect the way it does for > images in reflection.js? > > http://cow.neondragon.net/stuff/reflection/ > > Glen > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > > -- View this message in context: http://www.nabble.com/Text-reflection-tf2770984.html#a7736536 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
