I have a javascript code that simulates a book effect and doesn't work with the new IE9. I really want to keep multiple images, so i want to show a different code/plugin just for this browser.
Is this possible? What's the best way to get this done? PHP, javascript?
You can drop specific scripts, stylesheets, whatever within them to target only specified versions of IE, and also hide things from specified versions.
I have a javascript code that simulates a book effect and doesn't work with the new IE9. I really want to keep multiple images, so i want to show a different code/plugin just for this browser.
Is this possible? What's the best way to get this done? PHP, javascript?
You can drop specific scripts, stylesheets, whatever within them to target only specified versions of IE, and also hide things from specified versions.