Hello Friends
I am wondering if conditional comments for IE windows work in external css files?
For example ....
.myclass{
width:500px;
<!--[if IE 6]>
width:400px;
}
<![endif]-->
can i put the above code in a css file?
it does not seem to be working for me.:(
Thanks
Vik