i would like an effect like on this site http://demo.grandpixels.com/ where the divs .callout are layered over the carousel.
I'm trying to do this in bootstrap. But my divs always go under the carousel. I've tried setting z-index of the callouts but that doesn't seem to work.
.callouts {
display: block;
margin-top: -150px;
z-index: 999999999999999;
}
You can check the basics at http://jsfiddle.net/5ejse/
Thanks in advance!