我想做一个对搜索引擎和速度浏览器友好的布局,首先是源代码中的内容。通常这看起来像这样:
<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>
但我需要一个动态大小的标题增加其内容的高度......这一定是一个常见的问题。有没有可能以某种方式解决?有任何想法吗?