I have some experience with CSS. Just enough to be dangerous in fact. :) I had a general question about positioning.
Is it possible create a box that is absolutely positioned on a page, and then place boxes inside of that that are relatively positioned, so that they flow with the page? I am aware absolute is just that - absolute, and I know that relative divs move in relation to the parent div. What pitfalls could arise? Would it be better to position everything relatively and tweak as necessary?
What I am thinking of doing is a bounding box that stays at the same place on a page, but the content inside changes dynamically, but still flows with the rest of the page.
This may be a stupid question, and I am sure I could work out any bugs, but I just wanted another opinion on it, before I implemented it.
Thank you for your time.
|