The :required pseudo class selector in CSS allows authors to select and style any matched element with the required attribute. Forms can easily indicate wh
-
-
:valid | CSS-Tricks
The :valid selector allows you to select elements that do not contain valid content, as determined by its type attribute. :valid is defined in the CSS Sele
情報源: :valid | CSS-Tricks
-
::placeholder | CSS-Tricks
The ::placeholder pseudo element (or a pseudo class, in some cases) allows you to style the placeholder of a form element. As in, the text set with the pla
情報源: ::placeholder | CSS-Tricks
-
:invalid | CSS-Tricks
The :invalid selector allows you to select elements that do not contain valid content, as determined by its type attribute. :invalid is defined in the CSS
-
章・節 ・項 スタイル
Sectioned list example
- level 1
- level 2
- level 2
- level 2
-
level 2
- level 3
- level 3
- level 3
- level 3
- level 1
- level 2
- level 2
- level 2
-
level 2
- level 3
- level 3
- level 3
- level 3
html
<ol class="sectioned-1"> <li>level 1 <ol> ...
- level 1
-
横並びのbox display:table
Display table 基本設定
セル間のマージンが取れないという声もありますが、そんなことはありません
Lorem ipsum dolor sit amet, consectetur
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim ...
-
長い半角英数字が親ブロックから飛び出してしまう問題へのアプローチ
.hyphenate { -ms-word-break: break-all; word-break: break-all; // Non standard for webkit word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; }
情報源: hyphens | CSS-Tricks
.hyphenate { -ms-word-break: break-all ...
-
box幅を超えた full width box
この、投稿の article要素は、以下のスタイルで着色してあります。
article{ border:1px dotted #ccc; background:rgba(222,222,222,.2); }
時々、この要素を飛び出してフルサイズで表現したいようなことがあります。
例えば、YouTubeのシアターモードボタンを適用すると
こんな感じも、ちょっといい。
<div style="margin:0 -50%;padding:10px 50%;background ...
-
画像が存在しない場合の、代替画像 javascript
inline scriptを使用
画像が存在しない場合 代替画像を表示
画像が存在する場合、存在画像を表示
http://www.example.com/images/image.jpg は、存在しない画像
source
画像が存在しない場合 代替画像を表示 <img src="http://www.example.com/images/image.jpg" onError="this.onerror=null;this.src='http://www.tenman.in ...
-
abbr( 略語 ) acronym( 頭字語 ) style
The abbreviation srsly stands for “seriously”.
The acronym ftw stands for “for the win”.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q ...