Clarification on float & position:relative

I'm looking for clarification on CSS2's float definition:

  <http://www.w3.org/TR/REC-CSS2/visuren.html#propdef-float>

It states that float applies to "all but positioned elements and generated
content", which would mean that float can only be set for elements whose
'position' property has a value of 'static'[1]. OTOH, the very next
paragraph says that "[float] may be set for elements that generate boxes
that are not absolutely positioned."

So, can float be set for relatively positioned elements?


[1] <http://www.w3.org/TR/REC-CSS2/visuren.html#position-props>

--
kevin c smith                                      tel: 410.571.9462
k.smith@tatnet.com                             http://www.tatnet.com

Received on Tuesday, 10 September 2002 13:58:56 UTC