Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
div コンテンツの垂直方向の配置の問題を修正 (または回避) する CSS グリッド フレームワークはどれですか? http://phrogz.net/CSS/vertical-align/index.html
IE7が関係ない場合。CSSプロパティを使用して、display: table-cellコンテンツを垂直方向に中央揃えできます。
display: table-cell
次に例を示します(画像がありませんが、アイデアを得る必要があります)。
http://jsfiddle.net/uB3pW/
これを使用して、幅、列などを使用してグリッドを作成することもできます。