Closed (outdated)
Project:
Conditional Stylesheets
Version:
7.x-2.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2012 at 14:35 UTC
Updated:
3 Jul 2024 at 06:51 UTC
Jump to comment: Most recent
Comments
Comment #0.0
warmth commentedadded info
Comment #0.1
warmth commentedmore info
Comment #1
johnalbinYes, this is a known… er… feature of IE 10.
There's nothing we can do in this module about it, afaik.
Comment #2
warmth commentedAny workaround? Today it was officially released IE10 for Win7, so my website is in danger to show up wrongly.
Comment #3
nycguyjason commentedPlease add to the description of this module a warning that it will NOT work with IE10 due to the removal of conditional comments issue.
Comment #4
dianacastillo commentedi added this to the page.tpl.php to add a separate css for 10e
/*@cc_on @if (@_jscript_version == 10)document.write(' <link type= "text/css" rel="stylesheet" href="<?php echo $base_url; ?>/sites/all/themes/promisetheme/css/ie10.css" />');@end @*/Comment #4.0
dianacastillo commentedmore info
Comment #5
jay.lee.bio commentedAlthough it's supposed to be a hack, the following worked for me on IE10:
@media screen and (min-width:0\0) {
CSS Code
}
For example, the following will make sure that the font size will be 15px instead of the default for .class-name:
@media screen and (min-width:0\0) {
.class-name {font-size:15px;}
}
Comment #6
dbassendine commentedI second #3 - please add a prominent note on the module description page that conditional comments do not work in IE10 and above. This would save a bunch of people some debugging time.
Comment #7
astonvictor commentedI'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks