[TYPO3-english] correct use of condition "version"

Jigal van Hemert jigal at xs4all.nl
Fri Aug 12 11:47:53 CEST 2011


Hi,

On 12-8-2011 10:09, Daniel Doesburg | DOESBURG.BIZ wrote:
> What is the right condition for every browser that is a IE but not
> version 7?

I would expect that a combination of OR and AND will work:

[browser= msie] && [version= <6] || [browser= msie] && [version= >7.99]

AND ( && ) takes precedence over OR ( || )

-- 
Kind regards / met vriendelijke groet,

Jigal van Hemert.


More information about the TYPO3-english mailing list