<html> <head> <title>My title</title> </head> <body> <div id="images"> <img src="1.jpg"> <img src="2.jpg"> <img src="3.jpg"> <img src="4.jpg"> <img src="5.jpg"> <img src="6.jpg"> </div> </body> </html>
#images { white-space: nowrap; }
JSFiddle