I have site where I need to change templates when IE7/IE6 browser is detected.
Any idea?
Template change with browser detection?
Re: Template change with browser detection?
Hi,
you can have special CSS, JS, HTML, ... in your template like this.
lte means less than or equal
By the way, it has nothing to do with phpwcms-support
Good luck, Heiko...
you can have special CSS, JS, HTML, ... in your template like this.
Code: Select all
<!--[if lte IE 7]>
IE specific code
<![endif]-->
By the way, it has nothing to do with phpwcms-support
Good luck, Heiko...