I'm trying to create a very simple jQuery slider; however, to get started, I wanted to position my divs next to eachother instead of underneath eachother so I could animate the 'left:' css value. I'm dumb and completely failing at this though. I don't get it.
Here's an example of the code I'm playing with:
I don't understand why they stay below eachother instead of going next to eachother. The left:
seems to be getting ignored? I'm probably missing out on something here.
Thanks in advance.