I am in the process of creating a new webpage and I would like to incorporate a slider that moves from left to right. Within a section, I have a div containing three floated articles. My goal is for the (wrapper) div to expand its width so that the inner articles align in a single horizontal line.
Check out the code here: http://jsfiddle.net/jFSz4/
I've been struggling to achieve this without assigning a fixed width to the div element, such as 3000px, which is not ideal since it doesn't allow for flexibility if I were to add a fourth div.
My aim is for each article to be precisely 800px in width with the wrapper element adjusting accordingly.
Any assistance on this matter would be greatly appreciated.