RGBA–IE回退
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了RGBA–IE回退相关的知识,希望对你有一定的参考价值。
<style type="text/css"> body { background: url(pattern.png); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } p { color: rgb(225, 225, 225); background: rgba(156, 217, 107, 0.25) none; width: 400px; margin: 48px auto; padding: 32px 40px; } p:hover { background: rgba(156, 217, 107, 0.50) none; } </style> <!--[if lte IE 8]> <style type="text/css"> p { background: transparent url(green-25.png); } p:hover { background: transparent url(green-50.png); } </style> <![endif]-->
以上是关于RGBA–IE回退的主要内容,如果未能解决你的问题,请参考以下文章
git reset revert 回退回滚取消提交返回上一版本
git reset revert 回退回滚取消提交返回上一版本(转)