我正在为一所学校的网站工作。 我想要的是几个div
---------------------------------
top div, almost 50 % of screen
---------------------------------
small div that has a background color
---------------------------------
bottom div, almost 50 % of screen
---------------------------------
这是我现在所拥有的: http://doekewartena.nl/scriptie_reader_01/reader_test.php
当我加载页面时,一切看起来都很好,如0.3秒,然后它就消失了。 如果我将鼠标悬停在chrome中的dom元素上,那么它们会以正确的大小显示在正确的位置,但我看不到它们。
有人能看到发生了什么吗?
答案 0 :(得分:1)
这是因为您使用position: fixed
定位文本图像,这会将其移动到所有其他静态定位元素之上。因此,只要加载图像(可能在~0.3s之后),它就会覆盖页面上的其他所有内容。