Created
January 12, 2012 15:21
-
-
Save ianAndrewClark/1601086 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height:100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment