Hey,
I want do do a layout that is search engine and speed-browser friendly with content first in source code. Usually this looks like this:
<body>
<div id="content" style="margin-top: 200px;">
i am content, i go first
</div>
<div id="head" style="height: 200px; position: absolute;">
i am an header that is depressed because my designer things i am not important
</div>
</body>
but I need an dynamic sized header increases the height with its content... this must be a common problem. is it possible to solve somehow? any ideas?