CSS hack: Difference between revisions

Content deleted Content added
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
Line 12:
 
The following are examples of the different syntax for these comments.
<sourcesyntaxhighlight lang="html4strict">
<head>
<title>Test</title>
Line 21:
<!--[if !IE]--> <link href="not_ie.css" rel="stylesheet" type="text/css"> <!--<![endif]-->
</head>
</syntaxhighlight>
</source>
 
== Criticism ==
Line 75:
 
==== Example ====
<sourcesyntaxhighlight lang="css">
 
/* Cross-browser css3 linear-gradient */
Line 97:
 
}
</syntaxhighlight>
</source>
 
==== Limitations ====