So, I'm doing my first responsive design, being a control freak it makes me highly irritated, but to the point.
I've made a typical layout with a carousel on the top. The whole page re-sizes fine and that's not a problem.
My problem is, since the slider contains quite big images the content below loads first, then when the slider loads it shifts the content down. That is to be expected and normally I would set-up a fixed height to the slider container in order to prevent that shifting.
Now there is the problem - I can't setup fixed height to responsive container and i don't know how to prevent that content shift.
EDIT
I have created a jsFiddle to explain the problem, but since it caches the image, you will have to run the output html locally to see the content shift.
What do you guys usually do? Any ideas?

You should only ask practical, answerable questions based on actual problems that you face. Chatty, open-ended questions diminish the usefulness of our site and push other questions off the front page.If it is a theoretical question than maybe programmers.stackexchange.com may be better to ask the question on but I'm not 100% on that. – François Wahl Sep 19 '12 at 21:44