My question is, How can I utilise this concept having the childs with at 100%? I obviously tried setting the childs with at 100% but no overflow occured.
I am reordering the divs for seo purposes, so yes absolute possitioning will work but i was still hoping to get a solution to this. I'll explain further. divs are loaded 'first' first and 'second' second in html but are displayed 'second' first and 'first' second.
When a child div's width is set to be greater than its parent, the child div will extend ('overflow') out of the parent.
My question is, How can I utilise this concept having the childs with at 100%?
I obviously tried setting the childs with at 100% but no overflow occured.
Thanks.
Daniel Roy
I'll explain further.
divs are loaded 'first' first and 'second' second in html but are displayed 'second' first and 'first' second.
ah, so it does. Thanks. I'll scrap this idea and stick with absolute.