Tagged Questions
16
votes
2answers
5k views
Will IE9 support conditional comments?
I thought I remembered reading somewhere that IE9 would not be supporting them, but now after searching I can't find any indication that this is true.
Is anyone aware of a definitive statement, ...
6
votes
2answers
1k views
Creating conditional comments with XSLT?
I want to create conditional comments in XSLT.
But when I use this:
<!-- [If IE7] [endif] -->
in an <xsl:comment>, XSLT removes it from the output when it is rendered.
Is there any ...
5
votes
2answers
2k views
/*@cc_on and IE6 detection
When researching JavaScript conditional comments for IE, I stumbled upon @cc_on. This seems to work. However, the wikipedia entry on conditional comments provides the following code for more robust ...
4
votes
3answers
235 views
IE condition CSS include
Hy there...
I have a problem with Internet Explorer conditional comments...
I use this condition
<!--[if lte IE8]>
<link rel="stylesheet" type="text/css" ...
3
votes
3answers
139 views
Conditional Comments within CSS
I am currently developing a theme for a homepage but ran into a few problems. For whatever reason I have no access to editing the html code itself, and I need to write custom .css for IE (specifically ...
3
votes
3answers
143 views
Is there a way to put php inside of a IE conditional comments
I have a php section that loads jquery through wordpress from google's api. I dont want to load jquery on IE browsers. Long story short, it doesn't work for whatever reason (you can read through my ...
3
votes
4answers
158 views
When would <!--[if !IE]> be used?
I was pondering this question last night while debugging some things in IE7, when I typed in <!--[if IE7]>... it occured to me that I've seen <!--[if !IE]>.
Now what get me is that as far ...
3
votes
4answers
265 views
Is there any way to do “if IE” inside of a CSS file?
I know you can put conditional statements to load different CSS files if you are in Internet Explorer, but can you do this inside of a CSS file?
I have a situation where I want the right margin to ...
3
votes
1answer
324 views
Do IE Conditional Comments slow down page load?
I've been having the "CSS hacks" vs "Conditional Comments" argument enough times lately that I thought I'd throw this question out to the Stack Overflow community.
<!--[if IE]>
<link ...
2
votes
4answers
332 views
How not to load a script in IE?
It's possible to load a script only in IE with conditional comments
<!--[if lte IE 7]>
<script type="text/javascript" src="somescript.js"></script>
<![endif]-->
but what ...
2
votes
2answers
164 views
Why do these Conditional Comments tell me IE8 is IE7?
Why using this HTML page on Internet Explorer 8:
<p>
<!--[if IE]> According to the conditional comment this is Internet Explorer<br /><! [endif]-->
<!--[if IE 5]> ...
1
vote
1answer
24 views
What would make Internet Explorer NOT process conditional comments properly?
I'm writing JSP pages and using Tomcat, and it needs to work for IE 7 in addition to Firefox and Chrome (client needs).
In my program, I include both pieces of code. It works properly for non-IE ...
1
vote
7answers
2k views
Javascript IE detection, why not use simple conditional comments?
In order to detect IE most Javascript libaries do all sort of tricks.
jQuery seem to add a temporary object into your pages's DOM to detect some features,
YUI2 does regex on the user agent in its ...
1
vote
1answer
587 views
if IE conditional comments not working
It seems like a silly question, but I'm stumped.
I'm using an if IE conditional statement to fix some issues in IE6.
In the head, I have
<!--[if lt IE 7] > <script type="text/javascript" ...
1
vote
6answers
399 views
Conditional CSS file doesn't override regular CSS
I am using conditional comments to link to a css file (let's call it "IEonly.css") if the IE version is less than 8. I am trying to override some properties in the regular css file. Strangely enough, ...
1
vote
4answers
513 views
Using IE conditional comments to include CSS or JavaScript files results in more http requests
A web designer has created pages for us with IE-specific comments. Consequently, certain stylesheets are only included if the user is using a specific version of IE:
<!--[if lt IE 7]>
<link ...
0
votes
2answers
69 views
IE7 thinks it is IE8?
I'm trying to use conditional comments to hack IE7 into behaving like a real browser.
But the last few days, IE7 is ignoring conditionals referencing it, and responding only to conditionals targeting ...
0
votes
1answer
60 views
How to XSLT-Transform a XHTML-Dokument with IE-conditional-comments?
I transform a XHTML dokument to another XML-Dokument with XSLT.
In the XHTML-Input-Dokument there are several IE-conditional-comments, like this one:
<!--[if lte IE 7]>
<link ...
0
votes
2answers
38 views
(!IE) Problems with Blocking Code from IE
I have (once again) been enhancing my template for a school site. However, I have run into another problem. I have noticed that the navigation bar does not render properly in any Internet Explorer ...
0
votes
1answer
42 views
IE conditional comments working but tags visible?
I have the magnificent HTML5 javascript shim linked to in my <head>.
It works fine apart from it displays the tags at the top of the page ie:
<!--[if lt IE9]> <![endif]-->
When I ...
0
votes
3answers
68 views
IE Fixes - Conditional Comment Script will not execute
I'm trying to build a website. I have it displaying correctly in every browser except IE versions 8 and lower. IE renders blue boxes around my img's that are also anchors. I can get rid of this by ...
0
votes
2answers
50 views
Do conditional comments only work for stylesheets?
Do conditional comments only work for CSS styles and stylesheet links, or can they be applied to all HTML/JS. I'm asking because I'd like to display a specific message if the user is using a browser ...
0
votes
1answer
213 views
Explorer not loading conditional style-sheet in Wordpress site
I have a wordpress site I am using ie conditional comments to load in an ie specific stylesheet in to. For some reason the changes made aren't being reflected in IE's rendering:
I have tried:
...
0
votes
1answer
68 views
HTML5 Sectioning elements and china browsers
I was building a project and was using HTML5 sectioning elements and HTML5 shiv/mordernizr to handle older IEs.
However while building the website, I begin to wonder about how will the china based ...
0
votes
4answers
155 views
CSS for IE 8 Only
I need to style some items for only IE 8. If I do this:
<!--[if IE 8]><link rel="stylesheet" href="mystyleIE8.css" type="text/css" media="screen, projection"/><![endif]-->
and ...
0
votes
0answers
87 views
How to get around Drupal comment doubling bug? (e.g. for IE specific stuff)
I've discovered an annoying bug in Drupal. If an HTML comment is entered in the content of a page, for some strange reason Drupal puts it in twice. For example,
<!-- test -->
becomes
...
0
votes
3answers
3k views
target ie8 and ie9 only (not ie7)
I have an simple page, and everything works fine except ie8 and ie9 moves one of my elements 1px to the right, and its significant b/c it results in a 1px white line straight on black background. ...
0
votes
1answer
137 views
IE 7 conditional comments not working
My conditional style sheet for IE 7 is not working. I've looked into a bunch of reasons this may not be working and i just can't figure it out. I've tried all kinds of things to test it, perhaps i'm ...
0
votes
2answers
952 views
Do IE Conditional Comments work inline?
Should this work?
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="/minify/css?f=ie8.css<!--[if lte IE 7]>,ie7.css<![endif]--><!--[if lte IE ...
0
votes
4answers
214 views
How to link a conditional style sheet without access to the head
I am working in an enterprise CMS (Autonomy/Interwoven Teamsite) that does not give me direct access to the head of a page. I can only link style sheets and add external js files. Normally I would ...
-1
votes
3answers
210 views
can i include ie conditional comments inside an opening tag
basically I'd like to know if this code is ok
<body id="some_id" <!--[if lt IE 7 ]>class="ie6"<![endif]--> >
</body>