サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
ドラクエ3
myspacekaizou.blog17.fc2.com
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
HTML <ul> <li> <input type="radio" id="male" name="sex" value="男性" /> <label for="male">男性</label> </li> <li> <input type="radio" id="female" name="sex" value="女性" /> <label for="female">女性</label> </li> </ul> 原理はラジオボタンの選択範囲を広げ透明にする。最低限必要なものは以下のコード。 li{ float: left; position: relative; width: 70px; } li input { height: 100%; width: 100%; opacity: 0; position: absolute; top: 0; left: 0; } このやり方ではじめ
wordpressの投稿に対するコメントのデフォルト項目は名前、メールアドレス、URL、コメント。そこに(例)男女選択項目を追加します。テーマフォルダの中のfunctions.phpにどんんどんコピペ。まずは入力項目欄。 add_filter( 'comment_form_defaults','change_comment_form_sex'); function change_comment_form_sex($default) { $commenter = wp_get_current_commenter(); $default['fields']['email'] .= '<p class="comment-form-author">' . '<label for="sex">'. __('性別') . ''</label> <select id="sex" class="sex"
速度を数字で調節する際はカッコのなかの""は不要。jquery.jsを加えるのも忘れずに。 <script type="text/javascript"> $(document).ready(function() { $('#wrapper').fadeIn("slow"); }); </script> html <div id="wrapper"> ここにコンテンツ </div> css #wrapper{ display: none; } 追記【2012/7/19】:Flash部分には反映されないようです。 関連記事 ドロワーメニューjQuery Drawerコピペ用ソース jQuery でタブ切り替えコンテンツ jQuery トグル開閉 jQuery: ページの読み込み時にフェードイン jQuery で target="_blank" を使わず別ウィンドウ
wordpress をアップグレードするとたまに起きるバグ。 ページ編集画面に自分の制作したテンプレートがプルダウンで選べるはずなのに表示されない。解決法は簡単。 1.管理画面 -> 外観-テーマ 「現在のテーマ」に何も選ばれてなければ利用可能なテーマの「使用する」を選択 (すでに自分のテーマが選ばれていればいったんデフォルトを選択 デフォルトをカスタマイズしてる場合はclassicなどほかのテーマを選択。その後また自作テーマに戻す) 2. 管理画面のページ編集にもどるとテンプレートを選択する項目が表示されるようになります。 参考URL: [Fix the Wordpress Missing Page Template Bug] [Forums: Created Page Templates Missing] 追記:1/22/2010どのバージョンで起きるバグかわかりませんが手動でアップグ
厳密な xhtml ではtarget="_blank"はなしとされています。 最近のウェブブラウザではタブでウィンドウを開くことができるので別ウィンドウで開く意味はますますなくなります。 どうしても別ウィンドウでリンクさせたい場合は以下のJavaScriptを使います。 $(document).ready(function(){ $("._bank").click(function(){ window.open(this.href,'_blank'); return false; }); });
このページを最初にブックマークしてみませんか?
『myspacekaizou.blog17.fc2.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く