Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/75.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/40.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 使用div id'使页面滚动到某个点;s_Html_Css - Fatal编程技术网

Html 使用div id'使页面滚动到某个点;s

Html 使用div id'使页面滚动到某个点;s,html,css,Html,Css,我在页面的一半使用了以下代码: <div id="last" style="height:10px; top:50px; background-color:black;"></div> #lastdiv的顶部显示在页面顶部,但它应该是50px的下方 有人知道吗?您需要指定位置:绝对 http://www.example.com/page.php#last

我在页面的一半使用了以下代码:

<div id="last" style="height:10px; top:50px; background-color:black;"></div>
#last
div的顶部显示在页面顶部,但它应该是
50px
的下方


有人知道吗?

您需要指定
位置:绝对

http://www.example.com/page.php#last