Hey all, I have a container div, with 3 floated div's (left, middle, right) within the container div. I want the middle div to size horizontally based on the content. However, when I try (width: 100%) it takes on the parent div size. I have text that will change in the middle div. Some will be long and some short, so I need it to adjust depending on whats displayed.
Anyone know how to accomplish this?
Thanks.

