「Stylesheet」の版間の差分
提供: sha.ngri.la
細 |
細 |
||
(同じ利用者による、間の1版が非表示) | |||
10行目: | 10行目: | ||
</pre> | </pre> | ||
==preタグにスクロールバーをつける== | ==preタグにスクロールバーをつける== | ||
− | |||
− | |||
− | |||
− | |||
− | |||
<pre> | <pre> | ||
pre { | pre { | ||
20行目: | 15行目: | ||
} | } | ||
</pre> | </pre> | ||
+ | *[http://www.htmq.com/style/overflow.shtml overflow-スタイルシートリファレンス] | ||
[[Category:stylesheet]] | [[Category:stylesheet]] |
2014年8月12日 (火) 12:29時点における最新版
Youtube iframe のサイズを可変にする
image のサイズをウインドウの大きさに合わせる
img { max-width:100%; width:auto; //IE用 height:auto; }
preタグにスクロールバーをつける
pre { overflow: auto; }