html5 templates in IE7 and IE8
oliver82Dec 12 2012 — edited Dec 14 2012Hi guys.
I justed started to work with APEX a view weeks ago. Right now im using the current version 4.2 on a 11g database.
What I would like to know is if there is a way to get the built-in html5 templates work in older IE versions then IE9. Within our organization we are still using Windows XP so there is no chane to install IE9.
I searached the web for some general information about making html5 work in older browsers and found a solution on serveral websites. The solution I found is to insert the following code snippet into the <head> area:
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
If have added this snippet to the "Shared Components -> Templates ->Two Level Tabs - Left Sidebar (fixed-width / DIV based)" but unfortunately it shows now result.
Can anybody help me with that?
Thanks in advance.