Posted by kchayka on 11/03/05 20:25
Els wrote:
> kchayka wrote:
>
>> <URL:http://blogs.msdn.com/ie/archive/2005/10/12/480242.aspx>
>
>> Their official recommendation is that authors use conditional comments
>> if they want special CSS for IE.
>
> But... aren't those conditional comments version specific? Like: if
> IE7 or if IE6?
There are different comparison operators, like "IE lt 7" for any version
less than IE7.
<URL:http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp>
> I still prefer to have all my hacks interspersed inside my one CSS
> file though, instead of having separate IE CSS files to overrule the
> default one.
Me too. I find it easier to manage when everything is in one place. Plus
I cringe at the added overhead of extra HTML markup and downloading an
extra file, just to accommodate one lousy browser. :(
--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Navigation:
[Reply to this message]
|