html - Anchor tag not jumping to id -


this basic thing do, suprisingly im having difficulties it.

i got link:

<a href="#maps678">t.b.a.</a> 

that want click jump map section @ bottom of page

<section id="maps678"> .... </section> 

ive added 678 make sure unique. tried changing 'section' 'div' none of works. preventing working?

spell mistake maps678 #map678 forget 's'

<a href="#maps678">t.b.a.</a> 

Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -