Source: レスポンシブWebデザインでテーブルを使う時の小技 │ Design Spice
- カテゴリー別アーカイブ 未分類
-
-
form 属性
form 属性を使用する事で、form要素外の input 要素を使うことが出来ます。
<form action="action_page.php" id="form1"> First name: <input type="text" name="fname"><br> <input type="submit" value="Submit"> </form> <p>The "Last name" field below is outside the form element ...
-
css - input[type=checkbox] に対して :before, :after 疑似要素が使えるのはChromeだけ? - スタック・オーバーフロー
チェックボックスと連動して変化する表示を CSS だけで実装できないかと、以下のようなコードを書きました。これは Chrome 46 では期待通りに動き、チェック状態がテキストで表示されます。input:before { content: 'not checked'; position: absolute; top: 30px;}
Source: css - input[type=checkbox] に対して :before, :after 疑似要素が使えるのはChrom ...
-
アイコンフォント WAI AREA
faceface
stay_current_portraitportrait<i class="material-icons" role="presentation">face</i>face <i class="material-icons" role="presentation" style="color:red">stay_current_portrait</i>portrait
http://uhyohyo.sakura.tv/html/6_10.html(b: ...
-
Glyphs | CSS-Tricks
Special Characters " " " quotation mark u+0022 ISOnum p:before { content:"\0022"; } alert("\42") & & & ampersand u+002
Source: Glyphs | CSS-Tricks
-
Creating jQuery-style functions in JavaScript, hasClass, addClass, removeClass, toggleClass @toddmotto
UPDATE: Check out Apollo.js, the latest version of these scripts integrated with HTML APIs, the most powerful class API on the web!
-
class属性に使用できる文字について - Google Groups
Google グループでは、オンライン フォーラムやメール ベースのグループを作成したり、こうしたフォーラムやグループに参加したりすることで、大勢のユーザーと情報の共有やディスカッションを行うことができます。
Source: class属性に使用できる文字について - Google Groups
ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number ...
-
How to Detect Mobile Devices using jQuery
Here is a minified jQuery snippet that you can use to detect if your user is viewing using a mobile device.
情報源: How to Detect Mobile Devices using jQuery
-
jQueryで長いページの区切り(セクション)ごとに背景を変化させる | webOpixel
情報源: jQueryで長いページの区切り(セクション)ごとに背景を変化させる | webOpixel
Section0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ul ...