I'm having a hard time figuring this out, but here's what I want to achieve. The main container is 600px wide with a blue background and needs to be divided into two sections - one for the image on the left and one for text on the right. Let's ignore the vertical divider line.
The left section should be around 200px wide with a minimum height of 100px. The placeholder image in this section is centered and will change size as needed when I add another div with a larger placeholder image.
The right section includes a header tag, description, button, and second description.
Everything works fine in Chrome and Firefox, but not in IE. Can you help me come up with some code that will work in all browsers? It's really starting to frustrate me now.
Screenshot below shows how it looks in FF and Chrome: