最佳答案
I want to position four div
s relative to another. I have a rectangle div
, and I want to insert 4 div
s at its corners. I know that CSS has an attribute "position:relative"
, but this is relative to the normal position of that element. I want to position my div
s not relative to their normal position, but relative to another element (the rectangle). What should I do?