如何翻转glyphicon图标 [英] how to flip glyphicon icon

查看:275
本文介绍了如何翻转glyphicon图标的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法翻转glyphicon。我找到了翻转图片 css技巧,但这不起作用glyphicon。请提出任何建议

Is there any way to flip glyphicon. I found Flip an Image css trick, but that does not work for glyphicon. Please any suggestions

推荐答案

喜欢这个

HTML

<a href="#" class="btn"><i class="icon-rotate icon-flipped"></i></a>

CSS

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

http://fortawesome.github.io/Font-Awesome/examples/ #rotated-flipped

这篇关于如何翻转glyphicon图标的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆