I need a solution for round corners using javascript with or without jQuery in IE8 standards mode.
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- How to fix IE ClearType + jQuery opacity problem i
- void before promise syntax
- jQuery add and remove delay
jQuery corner() seems to work correctly in IE8 standards mode. Seems to be the go-to corner plugin for jQuery, too.
I've had good luck with dd_roundies. It doesn't use jQuery and it's a pretty small script.
Example usage from the site:
Here is an htc file which works and is very popular.
Curved Corner Border Radius Cross Browser with HTC file
A file with the HTC file extension is a HTML Component file.
This seems to work in ie8 :
try it...
Update 11-10-2010: You can also try to include PIE.HTC and call that from your stylesheet. for more information see the CSS3PIE website. It is a much better solution!