I have 3 divs with the class stackContainer:
.stackContainer {
position: relative;
}
In that there are a lot of divs, i want those on top of each other, this works:
.stackItem {
position: absolute;
}
Only the 3 stackContainers shouldn’t be on top of each other.
I think it’s just a minor css thing.
Is this what you want to achieve?
http://jsfiddle.net/Vfqsr/