重なる十順序を指定 [z-index]
z-index:重なる順序 [css] .sample{ z-index:2; } ...
z-index:重なる順序 [css] .sample{ z-index:2; } ...
position:fixed(絶対位置であること示す) top:距離(上からの距離) bottom:距離(下からの距離) left:距離(左からの距離) ri...
position:relative(絶対位置であること示す) top:距離(上からの距離) bottom:距離(下からの距離) left:距離(左からの距離)...
position:absolute(絶対位置であること示す) top:距離(上からの距離) bottom:距離(下からの距離) left:距離(左からの距離)...
clear:どちら側を解除するか [どちら側を解除するか] left(左側を解除) right(右側を解除) both(両側を解除) none(解除しない...
float:配置位置 [配置位置] left right none [css] .left{ float:left; } ...
width: height: [CSS] .sample1{ width:200px; height:150px; } 幅200px高さ150p...
border-top:上の線 border-bottom:下の線 border-left:左の線 border-right:右の線 border: [CSS...
border-top-style:形式 上の線 border-bottom-style:形式 下の線 border-left-style:形式 左の線 bord...
border-top-color: 色指定(上の枠線の色) border-bottom-color: 色指定(下の枠線の色) border-left-color...