css - how can i move div in a horizontal line? -


i know how can move 3 div's horizontal line? code :

<div id="div1">     <img id="poza1" src="http://s13.postimg.org/x0yjq2xxv/programare.jpg?nocache=13    97486136" /> </div> <div id="div2">     <img src="http://s11.postimg.org/axam9glov/administrare.jpg?nocache=1397486260" width="468" height="167" id="poza2" /> </div> <div id="div3">     <img id="poza3" src="http://s30.postimg.org/ly7cy5xrx/tacografe.jpg?nocache=1397486471" /> </div> 

thank you.

#div1, #div2, #div3 {     float: left; } 

this works provided total width of 3 divs less parent (or page)


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -