Skip to content

Instantly share code, notes, and snippets.

@think49
think49 / overlapInputTextValue.html
Created October 1, 2010 05:06
overlapInputTextValue.js : input[type="text"] の値を重複チェックします。
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<title>テキストボックスの重複チェック</title>
<style><!--
/* default */
body { margin: 0; padding: 1em; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #202020; }
h1 { margin: 1em 0; padding: 0; font-size: 150%; }
@think49
think49 / PuzzleTable_js.html
Created September 28, 2010 13:00
PuzzleTable.js : mouseover したり、click すると画像が切り替わるパズル的な何か
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<title>PuzzleTable</title>
<style type="text/css"><!--
table { padding: 0; border-collapse: collapse; border-style: none; border-width: 0; }
tbody, tr, td { margin: 0; padding: 0; }
td img { margin: 0; padding: 0; vertical-align: bottom; }
@think49
think49 / chiebukuro_q1247699647.html
Created September 26, 2010 13:34
Yahoo知恵袋 (q1247699647)
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<title>getMapDivAttribute for chiebukuro (q1247699647)</title>
<style type="text/css"><!--
html { margin: 0; padding: 0; }
body { margin: 0; padding: 1em; }
pre { font-family: monospace; }
#PRINT { background-color: #ddd; }