当前位置: 代码迷 >> HTML/CSS >> html中锚点的施用
  详细解决方案

html中锚点的施用

热度:108   发布时间:2012-12-25 16:18:28.0
html中锚点的使用

指定一个锚点

例:?

<p name="top">锚点位置</p>

<div stype="height=1000"></div>

<input type="button" value="滚动到锚点位置" onclick="javascript:window.location.hash='#top' "/>

对滚动特效有帮助..

?

?

  相关解决方案