.arrow_box { position: relative; background: #88b7d5; border: 4px solid #c2e1f5; } .arrow_box:after, .arrow_box:before { bottom: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_box:after { border-color: rgba(136, 183, 213, 0); border-bottom-color: #88b7d5; border-width: 30px; left: 50%; margin-left: -30px; } .arrow_box:before { border-color: rgba(194, 225, 245, 0); border-bottom-color: #c2e1f5; border-width: 36px; left: 50%; margin-left: -36px; }css arrow please!
查看更多关于为什么这个css箭头不能显示?_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did103117
为什么这个css箭头不能显示?_html/css_WEB-ITnose
我发现下面这段代码在IE8,IE9,firefox下面运行的很好,但运行在IE7下面,那个向上的箭头就不见了,请大家帮我看看是什么原因,谢谢。
阅读:35次