Re: standardization of IE's conditional comments
"Brett Patterson" <[email protected]>
| Newsgroups | gmane.comp.web.html.general |
|---|---|
| Message-ID | <[email protected]> |
That is a good idea. But I hope you do know that the Firefox 3 is a longer way to go. Because a simpler way is to use NN which targets Firefox, Safari and pretty much all other browsers. The code for IE that you have written is technically wrong. It should be written: <!--[if IE]><!--> ........ <!--<![endif]--> This is Microsoft's suggested fix (I will call MSF for short). Also, using MSF, you can target Firefox and others by using NN. Whereas, IE is, you can change to NN: <!--[if NN]><!--> ......... <!--<![endif]--> 2008/9/29 Gabriele Romanato <[email protected]> > http://lists.w3.org/Archives/Public/www-style/2008Sep/0219.html > > Gabriele Romanato > > -- > http://www.css-zibaldone.com/ > http://www.css-zibaldone.com/test/ (English) > http://www.css-zibaldone.com/articles/ (English) > http://mimicry.css-zibaldone.com/ (Blog) > >