This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我正在使用 HTML 和 CSS3 编写一个网站,但在将 div 相互放置并使用绝对位置时遇到了一些问题。当我添加 position:absolute 时,我可以设置 div 的背景颜色并操作其中的对象,但它已从 DOM 中删除,这给我带来了一些其他困难(比如不知道如何设置页脚)。我的问题是如何做到这一点,我的#contentdiv 中的所有元素都正确对齐,自动设置高度并且所有元素的背景颜色都相同?