[TYPO3-english] condition with !=

Katja Lampela katja.lampela at lieska.net
Sun Dec 2 12:29:07 CET 2012


Hi,

I would like to do this:

[browser != msie]
page.includeCSS.file10 = fileadmin/template/css/responsive.css
[global]

In the file I have for example a rule that  doesn't work in most IE versions:
img,embed,object,video {
   max-width:100%;
}

I can do it with "positive" condition like this

[browser = msie]
page.includeCSS.file10 = fileadmin/template/css/ie.css
[global]

and in the ie.css

img,embed,object,video {
   max-width:auto;
   width:auto;
}

But it is so that the no-match operator != doesn't work in conditions?


-- 
With kind regards

Katja Lampela
*Lieska-tuotanto*
www.lieska.net



More information about the TYPO3-english mailing list