Anker + Scroll Bottons
bearbeitet von
@@einsiedler
> Das script:
Kein „Script“; weder HTML noch CSS sind Programmiersprachen.
[Online-Beispiel, bitte.](http://forum.selfhtml.org/self/2015/jan/14/jquery-footer-ie-fehler/1629597#m1629597)
> ~~~
> <input type="radio" name="scroll" id="modul1" checked="checked"><a href="#home">Home</a>
> <input type="radio" name="scroll" id="modul2"><a href="#about">About</a>
> <input type="radio" name="scroll" id="modul3"><a href="#news">News</a>
> <input type="radio" name="scroll" id="modul4"><a href="#impressum">Impressum</a>
> <input type="radio" name="scroll" id="modul5"><a href="#links">Links</a>
> <label id="l1" for="modul1"></label>
> <label id="l2" for="modul2"></label>
> <label id="l3" for="modul3"></label>
> <label id="l4" for="modul4"></label>
> <label id="l5" for="modul5"></label>
> ~~~
Die Radiobuttons haben keine Beschriftung; dein Markup ist kaputt.
Was möchtest du erreichen? [So etwas](http://bittersmann.de/samples/target-navigation)? Das geht mit der `:target`-Pseudoklasse.
LLAP 🖖
--
Ist diese Antwort _anstößig_? Dann könnte sie [_nützlich_](http://forum.selfhtml.org/self/2015/jun/21/select-felder/1643860#m1643860) sein.