[TYPO3] headerData

Aji Yahya aji.yahya at gmail.com
Thu Oct 2 17:17:45 CEST 2008


Aji Yahya schrieb:
> 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]-->
>   )
> 
> 
oh you forgot page.

page.headerData.10

sorry

-- 
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