I need some help with a CSS issue I'm facing. I want to create a list on the left side of my fiddle, which you can find at this link: http://jsfiddle.net/KH45Y/72/.
<div id="left">
<ul id="myList">
</ul>
</div>
Everything was working fine when the item names were short, but once they got longer, they started overflowing into the right div.
Does anyone know how I can keep the list item names within the left div, even when they are displayed inline?