Joomla & WordPress Tutorials, Info, Discussion, Tips | GavickPro Blog

Using javascript to emulate CSS3

In default way old browsers (like IE 8) can not use all new technology, because at the time of their creation no one predicted this kind of solutions. Fortunately, JavaScript can often be put to work to make non-supporting browsers do the same thing that CSS3 makes more recent browsers do. If you want a template on your site was in full compatible (backwards) you have to reach for this type of solution.

Here you are a few popular scripts they each can handle a variety of CSS3 emulation tasks:

All this solutions is easy to add on any template. Another way to emulate CSS3 this time without using JavaScript is to use Microsoft’s filters in your CSS file to create some nice effects. These only work in IE, of course! Or you always can add some extra info in popup box, with text :” Sorry, but your browser is too old to give you the full beauty of this website. ”

Share