Again: Why do you want do handle this on the server side? This would mean that
you would have to turn off caching. Really just create a standards css (for the
browsers following standards) and after that include an IE (6) style sheet with
the conditional comments for IE:
http://www.quirksmode.org/css/condcom.html
-will
On 24.05.2010, at 14:52, Gerald Madlmayr wrote:
>
> thanks. That's what I was looking for.
>
> Am 24.05.2010 13:20, schrieb Zdenek Skodik:
>>
>> Gerald,
>>
>> you can obtain given user-agent from the request, in freemarker with
>> something along the lines of
>>
>> [#if ${ctx.request.header('User-Agent')}?matches('.*its_id.*')]
>> -- include css for appropriate browser
>> [/#if]
>>
>> or in the model, ...
>>
>> -zdenek
>>
>>
>> On Mon, 2010-05-24 at 13:14 +0200, Gerald Madlmayr wrote:
>>> thanks for the quick replys. Actually I do need something quite simple
>>> and don't want to put to much overhead/effort into that.
>>>
>>> I have a special CSS for IE6 and I need to include that instead of the
>>> CSS I do have for all the other browsers.
>>>
>>> If this is somehow possible to implement (easy) in a freemarker template
>>> i'd be very happy. thanks.
>>>
>>> best, Gerald
>>>
>>> Am 23.05.2010 18:24, schrieb Sebastian Frick:
>>>>
>>>> WURFL project (http://wurfl.sourceforge.net/) is very powerful
>>>> ua-database and provides a Java API for easy integration into Magnolia
>>>> as well.
>>>>
>>>> Regards,
>>>>
>>>> Sebastian
>>>>
>>>>
>>>> Gerald Madlmayr schrieb:
>>>>>
>>>>> Hi,
>>>>>
>>>>> what is actually the best way in Magnolia to detect the user agent of
>>>>> the browser in order to include the appropriate CSS/JS Files? Is there
>>>>> already an out-of-the box solution?
>>>>>
>>>>> Best, Gerald
>>>>>
>>>>> ----------------------------------------------------------------
>>>>> For list details see
>>>>> http://www.magnolia-cms.com/home/community/mailing-lists.html
>>>>> To unsubscribe, E-mail to:<[email protected]>
>>>>> ----------------------------------------------------------------
>>>>>
>>>>>
>>>>
>>>>
>>>> ----------------------------------------------------------------
>>>> For list details see
>>>> http://www.magnolia-cms.com/home/community/mailing-lists.html
>>>> To unsubscribe, E-mail to:<[email protected]>
>>>> ----------------------------------------------------------------
>>>>
>>>
>>>
>>> ----------------------------------------------------------------
>>> For list details see
>>> http://www.magnolia-cms.com/home/community/mailing-lists.html
>>> To unsubscribe, E-mail to:<[email protected]>
>>> ----------------------------------------------------------------
>>
>>
>> ----------------------------------------------------------------
>> For list details see
>> http://www.magnolia-cms.com/home/community/mailing-lists.html
>> To unsubscribe, E-mail to:<[email protected]>
>> ----------------------------------------------------------------
>>
>
>
> ----------------------------------------------------------------
> For list details see
> http://www.magnolia-cms.com/home/community/mailing-lists.html
> To unsubscribe, E-mail to: <[email protected]>
> ----------------------------------------------------------------
>
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------