Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

html browsers

13 like 0 dislike
What is the difference in displaying xml data using html browser such as firefox,internet exporer,netscape navigator etc. in terms of how text, images etc are display on a computer screen?
asked 2 years ago by BloggeR (179,550 points)
These are amazing!! Great with turkey and provolone too!! <a href="http://www.discountu99boots.com/ugg-ascot-slippers-c-24">ugg ascot slipper</a>
<a href="http://www.discountu99boots.com/ugg-sundance-ii-c-9">ugg sundance ii</a>
<a href="http://www.discountu99boots.com/ugg-short-metallic/soft-gold-classic-short-metallic-ugg-boots-p-27.html">ugg short metallic</a>Thanks for sharing!
1 year ago by anonymous

1 Answer

3 like 0 dislike
Hello,

    I don't think this is possible with conditional comment tags (which only work in internet explorer)

Sure it is. You just have to leave the content for non-IE browsers in a position such that it's part of a conditional comment clause but not actually inside a <!-- comment -->. Then browsers that don't know about conditional comments will see the content fine. This is known as a downlevel-revealed conditional comment.

Unfortunately the markup Microsoft give you there is invalid HTML (and not even well-formed XML). To make it pass muster you just need a few additional ‘--’s:

<!--[if IE]> This is IE! <![endif]-->
<!--[if !IE]><!--> This ain't IE! <!--<![endif]-->

Although I have to echo AnonJr's non-answer, in that it's rare you should need a completely separate link/page for IE compared to other browsers. If you're doing something tricky like complex VML and ActiveX work in IE with Flash on other browsers I guess there could be a reason for it, but usually a few CSS and script hacks over the same basic page should suffice.
answered 2 years ago by biswaskeran (70,430 points)

Related questions

5 like 0 dislike
1 answer
5 like 0 dislike
1 answer
asked 1 year ago by DBA-boss (120,990 points)
6 like 0 dislike
1 answer
6 like 0 dislike
1 answer
4 like 0 dislike
0 answers