Skip to content

Instantly share code, notes, and snippets.

@EgyptianGeeks
EgyptianGeeks / gist:2007488
Created March 9, 2012 16:55
HTML & CSS: Curley Quotes
<style>
blockquote {position:relative;text-indent:2em}
.bqstart,
.bqend {font-size:300%}
.bqstart {text-indent:0;float:left;margin:-0.6em 0 -2em}
blockquote > .bqstart {position:absolute;top:-0.2em;left:0;float:none;margin:0}
.bqend {position:absolute;margin-top:-0.6em;right:0;text-indent:0}
blockquote > .bqend {margin-top:-0.2em}
</style>
<body>
@EgyptianGeeks
EgyptianGeeks / gist:2007406
Created March 9, 2012 16:38
HTML: IE Conditional Tags
<!--[if lt IE 7]>
<html lang="en" class="ie ie6">
<![endif]-->
<!--[if IE 7]>
<html lang="en" class="ie ie7">
<![endif]-->
<!--[if IE 8]>
<html lang="en" class="ie ie8">
<![endif]-->
<!--[if IE 9]>