In article <0nV%a.45668$sj6.1100532 (AT) tornado (DOT) fastwebnet.it> in
comp.infosystems.
www.authoring.stylesheets, Mattia
<mattia.c (AT) libero (DOT) it> wrote:
Quote:
Does anybody have any hints about positioning the box relatively to
anothe box? |
The containing box needs to be styles position:relative. That
establishes a new set of coordinates, and then the position:absolute
on the inner box will be within those new coordinates.
An excellent two-part tutorial, with examples, is at
http://www.webreference.com/html/tutorial18/
and
http://www.webreference.com/html/tutorial19/
--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec:
http://www.w3.org/TR/html401/
validator:
http://validator.w3.org/
CSS 2 spec:
http://www.w3.org/TR/REC-CSS2/
validator:
http://jigsaw.w3.org/css-validator/