Forum Moderators: open
I have a small problem after i have positioned a scrolling div, i used relative positioning as it keeps it in flow of the container, but after i have moved it nothing is moving with it, so now i have a big gap where it should have closed up, i know that rlative positioning it moves it from the position it was originally in but keeps it in flow.
Your help would be greatly appreciated.
Many Thanks all
[edited by: encyclo at 10:46 am (utc) on Aug. 12, 2009]
[edit reason] no links to personal sites please, see posting guidelines [/edit]
relative positioning does not "remove" the element from the flow but it only OFFSETS the element from its original position that original position is still kept as if the element were still there: i.e. it reserves the space the element would have taken up
maybe you would have better luck using margins (negative or positive)?