I've been exploring ways to achieve a design concept for my blog layout. I envision having the text and thumbnail displayed side by side, each taking up 50% of the width until the image reaches its end. Once the image ends, I want the text to span the entire page width. Unfortunately, traditional methods like inserting the image in the Wordpress editor or using text-wrap do not meet my needs, as I also want to include a styled line next to the text content within the 50% area.
One idea I'm considering is writing a jQuery/Javascript script that can divide the words and transfer them from the 50% div to the 100% div once the 50% div expands to accommodate the height of the image.
Has anyone encountered a solution similar to this before? What other options might be available to me?