Session.getClientInfo() ?

On 11/6/07, Sjoerd Lohuis <[EMAIL PROTECTED]> wrote:
> There are a few ways to include your browser specific styles in a project:
> - CSS hacks to target specific browsers
> - IE Conditional Comments
> - Server-side browsercheck
>
> I'm not asking which way is better or the best. I'm asking who's using
> one of these methods and what is the best way to implement this in Wicket.
>
> The way I'm currently doing it is by using a server-side browsercheck
> which includes the necessary stylesheets in my pages. This is done by a
> Java Class which we reuse in evrey new project. Is there maybe a
> standard Wicket browsercheck component for this?
>
> --
> Sjoerd Lohuis
> Func. Internet Integration
> W http://www.func.nl
> T +31 20 4230000
> F +31 20 4223500
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to