[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [OT] CSS conditionen für IE



On Wed, Jul 15, 2009 at 11:19:19AM +0200, Michelle Konzack wrote:
> 
> Irgendwelche Ideen?

Das [if IE] rausnehmen, alles in eine eigene .css Datei und dann
per http://en.wikipedia.org/wiki/Conditional_comment einbinden:

<!--[if IE]>
    <link rel='stylesheet' href='/style.ie.css' type='text/css' />
<![endif]-->

Peter


Reply to: