Dudsmack
11-01-2003, 09:18 AM
What exactly does position: relative mean? I've always used absolute...it seams that whenever i try position: relative I cannot actually place a DIV where I want it....
|
Click to See Complete Forum and Search --> : Stupid yet simple question about position Dudsmack 11-01-2003, 09:18 AM What exactly does position: relative mean? I've always used absolute...it seams that whenever i try position: relative I cannot actually place a DIV where I want it.... AdamGundry 11-01-2003, 11:21 AM Position: relative allows you to specify an offset from the position the element would normally appear at. That is, the position is calculated normally then the box is moved by the amount you specify using left/top etc. I must admit, I don't use it often either. For more information, see the specs: http://www.w3.org/TR/CSS2/visuren.html#relative-positioning Adam webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |