I have a very, i think basic, question regarding CSS with floating div objects.
i have 5 divs Div1, Div2, Div3, Div4 and Div5 and what i am trying to do is the following
- Div1 float to left
- Div2, 3, 4, 5 float to the right (in the same order, so will have Div2 displayed at the very right)
- have Div3 overlay on top of Div2 4 Div4 and Div5 would shift accordingly
but I am having a trouble positioning Div4 and Div5 right beside Div2 because the Div3 is still take it's place so it leaves a big white space in btw.
any suggestion?