Skip to content

Instantly share code, notes, and snippets.

View pocotan001's full-sized avatar
:shipit:
𒅃

Hayato Mizuno pocotan001

:shipit:
𒅃
View GitHub Profile
View gist:4679242
_人人人人人人_
> 突然の死 <
 ̄Y^Y^Y^Y^Y ̄
View mobile_boiler.css
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
@pocotan001
pocotan001 / gist:1180581
Created August 30, 2011 10:02 — forked from ahomu/gist:877105
わくわくjQuery編
View gist:1180581
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<title>わくわくjQuery編</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js" type="text/javascript"></script >
<script type="text/javascript">
$(function()
{
// ★ 画像の読み込みをテキトーに待つよ