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/20091015142854/http://www.htmlhelp.com/ja/reference/css/box/float.html
回り込み回避(Float)
構文:
float: <value>
取りえる値:
left | right | none
初期値:
none
適用:
全ての要素
継承:
不可
floatプロパティーは、要素の周囲でテキストを折り返すことができます。これは
IMG要素の
HTML 3.2のALIGN=leftやALIGN=rightと目的は同じですが、CSS1は全ての要素で「回り込み回避」ができ、HTML 3.2でできる
imagesや
tablesだけではありません。