如何在IE8和以下的IE8浏览器应用边界半径

如何在IE8和以下的IE8浏览器应用边界半径

本文介绍了如何在IE8和以下的IE8浏览器应用边界半径?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道如何应用border-radius到IE8和IE8以下的浏览器。



我知道border-radius是一个HTML5功能,IE8' t支持它。



我发现通过使用.htc我们可以实现这一点,但通过使用htc我遇到了黑色背景的问题。



我无法克服这个问题。



有没有其他方法应用border-radius到IE8?

解决方案

选项1





选项2





选项3





选项4 $ b



选项5





编辑:
选项6


I would like to know how to apply border-radius to IE8 and below IE8 browsers.

I know that border-radius is a HTML5 feature and IE8 doesn't support it.

I found that by using .htc we can achieve this but by using htc I am encountering the problem of black background.

I am unable to overcome this problem.

Is there any other way of applying border-radius to IE8? If so can anyone explain me how?

解决方案

Option 1

http://jquery.malsup.com/corner/

Option 2

http://code.google.com/p/curved-corner/downloads/detail?name=border-radius-demo.zip

Option 3

http://css3pie.com/

Option 4

http://www.netzgesta.de/corner/

Option 5

See this question

EDIT:Option 6

https://code.google.com/p/jquerycurvycorners/

这篇关于如何在IE8和以下的IE8浏览器应用边界半径?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-12 01:49