I guess conditional tags are fine:

<!--[if lt IE 7 ]><link type='text/css' href='css/basic_ie6.css'
rel='stylesheet' media='screen' /> <![endif]-->
<!--[if IE 7 ]><link type='text/css' href='css/basic_ie7.css'
rel='stylesheet' media='screen' /><![endif]-->
<!--[if IE 8 ]> <link type='text/css' href='css/basic_ie8.css'
rel='stylesheet' media='screen' /><![endif]-->
<!--[if IE 9 ]> <link type='text/css' href='css/basic_ie9.css'
rel='stylesheet' media='screen' /> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><link type='text/css' href='css/basic_ie.css'
rel='stylesheet' media='screen' /> <!--<![endif]-->

On Tue, Feb 8, 2011 at 6:54 PM, fachhoch <fachh...@gmail.com> wrote:

>
> how can I  use condtional css
>
> something like
>
>
> <!-- IE6 "fix" for the close png image -->
> <!--[if lt IE 7]>
> <link type='text/css' href='css/basic_ie.css' rel='stylesheet'
> media='screen' />
> <![endif]-->
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/conditional-css-tp3276786p3276786.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Pedro Henrique Oliveira dos Santos

Reply via email to