Skip to content

Instantly share code, notes, and snippets.

View JonathanBeech's full-sized avatar

Jonathan Beech JonathanBeech

View GitHub Profile
@JonathanBeech
JonathanBeech / css: Image Replacement
Created August 7, 2012 20:00
CSS: Image Replacement
.ir {
border:0;
font: 0/0 a;
text-shadow: none;
color: transparent;
background-color: transparent;
}
@JonathanBeech
JonathanBeech / gist:3288664
Created August 7, 2012 19:31
HTML: Starting Template
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>$0</title>
<link rel="stylesheet" type="text/css" media="screen" href="css/master.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->