myfaces-users mailing list archives

Site index · List index
Message view « Date » · « Thread »
Top « Date » · « Thread »
From "Andrew Robinson" <andrew.rw.robin...@gmail.com>
Subject Re: Skinning for specific @agent _versions_ ?
Date Mon, 05 Nov 2007 16:23:33 GMT
http://myfaces.apache.org/trinidad/devguide/skinning.html

@agent has the ability to differentiate between IE and say firefox,
but it seems to be lacking browser version support.

On 11/4/07, Stephen Friedrich <trinidad@eekboom.com> wrote:
> I have a hard time getting my pages look correctly on both IE 6 and and IE 7.
> In plain CSS this would be my workaround to use 18px on IE 6 and 22px on IE 7:
>      height: 18px;
>      he\ight: 22px;
>
> When I try that in my skin, Trinidad recognizes both and removes the first
> completely from the resulting CSS file.
>
> Unfortunately I have to put this property on generated html (by the navigation
> pane component).
> The only workaorund I can imagine currently is to switch of compression, so
> that I can add the CSS in a separate CSS file using the "long" (uncompressed)
> style name.
>
> Any better solution?
>

Mime
View raw message