html代码跳转到页面指定位置

2013-07-14 22:24:16 -0400
<a href="#ct1">跳转到词条1</a>
<a href="#ct2">跳转到词条2</a>
<br>
<div id="ct1" style="height:1000px;">词条1</div>
<div id="ct2">词条2</div>
底下定好容器的id,在a的href中用#+id,就可以实现跳转了。
«Newer      Older»
Comment:
Name:

Back to home

Subscribe | Register | Login | N