[TYPO3] headerData
Xavier Perseguers
typo3 at perseguers.ch
Thu Oct 2 17:18:37 CEST 2008
Hello,
> Its the most basic question, i am going to ask.
> i have linked the css files as follows for my site. Normal css is linked but
> the css for ie is not respondind. no changes are seen whatever i write in
> it. i have done it b4 also, but this time its not working. what mistake i
> have done here , not able to figure it out ?
>
> headerData.10 = TEXT
> headerData.10.value(
> <!--[if IE]>
> <link href="fileadmin/templates/css/ie_fix.css" rel="stylesheet"
> type="text/css" />
> <![endif]-->
> <!--[if IE 6]>
> <link href="fileadmin/templates/css/ie6_fix.css" rel="stylesheet"
> type="text/css" />
> <![endif]-->
> )
I never had again to use conditional comments but why not relying on
pure TS with conditions:
[browser= msie]
and
[version= =6]
--
Xavier Perseguers
http://xavier.perseguers.ch/en/tutorials/typo3.html
More information about the TYPO3-english
mailing list