Center 3 divs to make a slideshow

Dxsbefacglpje

New Member
I am using twitter bootstrap and I want to make a slide show of a few images :I have managed to show the images I need in a modal div using this code :\[code\]<div id="imgContainer" class="modal hide fade in" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="false" style="display: block;"> <div id="stanga" style="height:100%;"> <img src="http://stackoverflow.com/questions/15861736/img/stanga.png" style="padding-top:50%;position:absolute;"> </div> <div id="pozica"> <img src="http://stackoverflow.com/questions/15861736/lucrari/BRD1.png"> </div> <div id="dreapta" style="float:right;"> <img src="http://stackoverflow.com/questions/15861736/img/dreapta.png"> </div></div>\[/code\]The result I get is something Like this :
v4B2E.png
How can I achive something like this ? I mean center the main photo and the left right buttons?
UC7kR.png
 
Back
Top