[TYPO3-english] TypoScript conditions for different firefox versions

Dmitry Dulepov dmitry at typo3.org
Tue Mar 10 10:59:22 CET 2009


Hi!

StephenBungert wrote:
> I tried using 
> 
> [browser = firefox] && [version < 3]
> page.includeCSS {
> 	file5 = fileadmin/bungert/css/bv4_ff2.css
> 	file5.media = screen
> }
> [global]
> 
> in my ts template but the css is never included.
> 
> Is my TS ok?

http://typo3.org/documentation/document-library/references/doc_core_tsref/4.2.0/view/1/4/#id4143849

Do you see 'firefox' there? :) Use 'netscape' instead.

With TYPO3 it is very easy to see if you are wrong: check the docs, if you do not see the value or property there, than you should not use it. Inventing something will not work simply because it is not there :)

-- 
Dmitry Dulepov
TYPO3 core team
http://dmitry-dulepov.com/


More information about the TYPO3-english mailing list