[TYPO3] headerData
Aji Yahya
aji.yahya at gmail.com
Thu Oct 2 17:14:10 CEST 2008
Rupali Gupta schrieb:
> Hello List,
>
> 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]-->
> )
>
>
> headerData.20 = TEXT
> headerData.20.value (
> <link href="fileadmin/templates/css/central.css" rel="stylesheet"
> type="text/css" />
> <link href="fileadmin/templates/css/layout_2col_left_13.css"
> rel="stylesheet" type="text/css" />
> )
>
Hi,
why not like this:
headerData.10 = TEXT
headerData.10.value(
<link href="fileadmin/templates/css/central.css" rel="stylesheet"
type="text/css" />
<link href="fileadmin/templates/css/layout_2col_left_13.css"
rel="stylesheet" type="text/css" />
<!--[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]-->
)
--
Regards
Aji Yahya
----------------------------------------------
“Do not let any unwholesome talk come out of your mouths, but only what
is helpful for building others up according to their needs, that it may
benefit those who listen.”- Ephesians 4:29
More information about the TYPO3-english
mailing list