I am attempting to replicate a specific design layout, as shown in the image linked below:
There are two main components to this question:
1) How can I create a center box that adjusts its size based on the content it contains - in this case, a red image and blue text;
2) How can I center this box both horizontally and vertically within another container (green box);
In addition, it is crucial for the solution to function properly on IE7 and somewhat on IE6, with visibility of elements being the priority even if not perfect.
While I may have an idea on how to achieve #2 using available techniques, #1 seems more challenging despite appearing straightforward at first glance.