Skip to content

Instantly share code, notes, and snippets.

@ianAndrewClark
Created January 12, 2012 15:21
Show Gist options
  • Save ianAndrewClark/1601086 to your computer and use it in GitHub Desktop.
Save ianAndrewClark/1601086 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
<!-- content to be placed inside <body>…</body> -->
<h1>Google Maps - Deffered 2 Load</h1>
<div id="tabs">
<ul>
<li><a href="#tabs-1">Static Map</a></li>
<li><a href="#tabs-2">Dynamic v3 Map</a></li>
</ul>
<div id="tabs-1">
<p>Here is a static map</p>
</div>
<div id="tabs-2">
<p>Here is a dynamic map</p>
</div>
</div>
{"view":"split","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment