I'm trying to align 3 divs next to each other, with 2 flexible width and 1 fixed width. Please see the following jsfiddle: http://jsfiddle.net/qyGC5/82/
I've seen this post: Three DIVs next to each other with fluid horizontal width but it doesn't work with 2 flexible divs or even with just 1 flexible width (the one with the long text). http://jsfiddle.net/qyGC5/89/
I also though of percentages, but since using 100% is out of the question, the gap would get bigger or smaller on resize.
Any help, much appreciated. Thanks.
EDITED Adding some screen shots to show what happens after I ajax load new comments (this is to display comments)
BEFORE THE AJAX LOAD MORE COMMENTS
AFTER THE AJAX LOAD