[TYPO3-english] correct use of condition "version"
Daniel Doesburg | DOESBURG.BIZ
daniel at typo3-nl.eu
Fri Aug 12 14:49:23 CEST 2011
Hi boys,
Thanks a lot. I think both ways breng us in Rome.
And I feel stupid because I should could find that methods also by
myself. (tunnel vision)
Again, thanks!
Daniel
Jigal van Hemert schreef:
> 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 ( || )
>
More information about the TYPO3-english
mailing list