i tried just this:
<table><tr><td>
<!--[if !IE]>
non ie browser
<![endif]-->
</tr></td></table>
on firefox I can't see what I expect: "non ie browser"
why?
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Conditional comments are supported by IE only, so you can't use "negative conditions" like this. You'd have to work around it e.g. by defining CSS in the conditional comment that makes element "a" visible and element "b" invisible, while the standard CSS says vice versa. |
|||
|
|
"non ie browser"in comments? – Jack Maney Oct 21 '11 at 17:04