文本:从右到左 (CSS)
是否有 CSS 代码可以将此文本更改
This is it
为此文本
ti si sihT
Is there a CSS code that changes this text
This is it
to this one
ti si sihT
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
尝试这个
编辑:
将此类应用于段落标签,您应该会得到您想要的结果。
Try this
EDIT:
apply this class to a paragraph tag and you should get the results your looking for.
是的,有:
Yes, there is:
这不是从右到左,而是镜像。
CSS:
Thats not right to left, thats mirroring.
CSS:
@victor-jalencas 给出了答案。
这里有些人开始谈论的另一件事是翻转,它是通过用 Unicode 翻转等价物替换普通文本来完成的。
示例可以在这里找到:http://www.revfad.com/flip.html
@victor-jalencas gave the answer.
The other thing some people here started talking about is flipping and it is done with replacing the normal text with Unicode flipped equivalents.
Example can be found here: http://www.revfad.com/flip.html
您可以使用 CSS 过滤器 filp (仅在 IE 中支持)
You can use CSS filter filp (Only supported in IE)
试试这个,IE 似乎确实有点难以顺利地渲染字体,但它在所有浏览器中都具有魅力。我在 Win 7 上测试了 IE 7-9、Ff、Chrome 和 Safari
Try this, IE does seem to have a bit of a hard time rendering fonts smoothly, but it works like a charm in all browsers. I have tested IE 7-9, Ff, Chrome and Safari on Win 7