Arquivo.pt - The Portuguese web-archive (PWA) is the national Web archive of Portugal. Its mission is to periodically archive contents of national interest available on the Web, storing and preserving for future generations information of historical relevance. It is a service of the Foundation for Science and Technology (FCT).
TIMESTAMPS
The Wayback Machine - https://web.archive.org/web/20090711054645/http://www.htmlhelp.com/ja/reference/css/box/clear.html
回り込み回避解除(Clear)
構文:
clear: <value>
取りえる値:
none | left | right | both
初期値:
none
適用:
全ての要素
継承:
不可
clearプロパティーは、要素が側面に要素の回り込み回避を可能にするかどうかを特定します。
leftの値は、左側で回避する要素の下に要素を移動するのを可能にします;
rightは右側で回避する要素で同じ様に作用します。別の値は
noneで、両側面で回避する要素の下に要素を移動するのを可能にします。このプロパティーは
HTML 3.2の
<BR CLEAR=left|right|all|none>に機能的に似ていますが、全ての要素に適用可能です。