Here is what I'd need. I'll have a main div in which most of my content is going to be contained. I don't know how much content will there be, so I can't make any assumption on the height (let's say, in px) of the main div. What I would need to do is making two divs (of a certain, fixed size) stand right over the top left corner of the main div (with a z-index greater than the main div's, of course) and over the bottom right corner of the same div. I really have no idea how to achieve this: can anybody tell me how to do it??
Thank you very much!
Matteo