+ 3
how creat anchor links?
i want creat a link what work as anchor for example:go to top of form or bottom form.
9 Respuestas
+ 6
I would recommend you to use JavaScript.
+ 2
i got to answer my question
<a href="#down">Go to down</a>
content
<a name="dowb"/>
to view the source file to see the code playground and search "anchor link"
0
do this with JS
0
ok
0
danke
0
how to create fix menu bar
0
use bootstrap framework,that is pre configured in it,u can make a fixed navbar with class navbar-fixed
- 2
u must use to <a href="#top">go top of page</a>
- 2
Do that in JQuery. It will be a lot easier to do it with jquery.