Nested Div's inside Parent (fixed width), no-wrap for a slideshow

Devil0911

New Member
Requirement:Parent div has nested sections + images, has to in one row (masked equal to the size of one image) and rest outside the boundary for scrolling animations using JavaScriptProblem:The section + img are wrapping to the next line.Here's the code\[code\]#scroller #product {height: 360px;width: 752px;float: left;background-color: #CCC;white-space:nowrap;overflow: hidden;}#scroller #product section, section img {float: left;width: auto;display: inline;position:relative;}\[/code\]
 
Back
Top