简体   繁体   中英

Is there any way to use CSS3 properties in older browser (JS?)

For example, border-radius, box-shadow, etc...

I am looking for something that would work on IE6+

Take a look at CSS3PIE . It allows you to add most of the CSS3 functionality in Internet Exploder.

you can do this by Modernizr (A useful JavaScript tool for implementing CSS3 fallbacks). or CSS3 PIE or Selectivzr

Good reads

Using CSS3: Older Browsers And Common Considerations

我相信您可能正在寻找类似http://selectivizr.com/的东西

FYI

Google Chrome Frame

Google Chrome Frame is an open source plug-in that seamlessly brings Google Chrome's open web technologies and speedy JavaScript engine to Internet Explorer. With Google Chrome Frame, you can:

  • Start using open web technologies—such as the HTML5 canvas tag—right away, even technologies that aren't yet supported in Internet Explorer 6, 7, 8, or 9.
  • Take advantage of JavaScript performance improvements to make your apps faster and more responsive.

http://www.google.com/chromeframe?quickenable=true

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM