ERROLIREERS
New Member
How can I configure my css to make sure that once the vertical length of the container exceeds say 375px, it automatically adds the images beside the first row? Take a look at my DEMO belowHTML\[code\]<div class="panes"><div id="one"><a href="http://stackoverflow.com/questions/14061097/#"><img src="http://stackoverflow.com/questions/14061097/.jpg" width=100 height=100 /></a><div>Caption</div><a href="http://stackoverflow.com/questions/14061097/#"><img src="http://stackoverflow.com/questions/14061097/.jpg" width=100 height=100 /></a><div>Caption</div><a href="http://stackoverflow.com/questions/14061097/#"><img src="http://stackoverflow.com/questions/14061097/.jpg" width=100 height=100 /></a><div>Caption</div></div>\[/code\]CSS\[code\].panes {max-width:375px?}\[/code\]