[TYPO3-english] Condition for FF
Tapio Markula
tapio.markula at xetpoint.fi
Wed Dec 15 21:41:19 CET 2010
Hi
FF3 makes a bad CSS error in a site.
I tried to make a condition for it
[browser = firefox,gecko]
page.headerData.102=TEXT
page.headerData.102.value(
<link type="text/css"
href="/fileadmin/template/main/style_vataja_gecko.css" rel="stylesheet"
media="screen,projection" />
)
[global]
seems not work.
I put for other
[browser = safari,opera,msie,unknown]
page.headerData.101=TEXT
page.headerData.101.value(
<link type="text/css"
href="/fileadmin/template/main/style_vataja_other.css" rel="stylesheet"
media="screen,projection" />
)
[global]
that worked for MS IE 8 at least.
But it would be better, if buggy FF could get special fixing CSS.
More information about the TYPO3-english
mailing list