2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-23 14:44:53 +00:00

commandref: fix scroll to anchor (Forum #139600)

git-svn-id: https://svn.fhem.de/fhem/trunk@29297 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2024-10-26 10:49:21 +00:00
parent 96503c4072
commit c18f33a53b
4 changed files with 6 additions and 5 deletions

View File

@ -17,7 +17,7 @@
<div id="menu"> <div id="menu">
<h3>fhem.pl reference</h3> <h3>fhem.pl reference</h3>
<br><br> <br><br>
<a href="#">Scroll to top</a> <a href="#top">Scroll to top</a>
<br><br> <br><br>
<a style="display:none" href="#" name="loadAll">Load everything</a> <a style="display:none" href="#" name="loadAll">Load everything</a>
<br><br> <br><br>
@ -30,6 +30,7 @@
</div> </div>
<div id="right"> <div id="right">
<a id="top"></a>
<h3>Contents</h3> <h3>Contents</h3>
<ul> <ul>
<a href="#intro">Introduction</a><br> <a href="#intro">Introduction</a><br>

View File

@ -17,7 +17,7 @@
<div id="menu"> <div id="menu">
<h3>fhem.pl Referenz</h3> <h3>fhem.pl Referenz</h3>
<br><br> <br><br>
<a href="#">Zum Anfang</a> <a href="#top">Zum Anfang</a>
<br><br> <br><br>
<a style="display:none" href="#" name="loadAll">Alles laden</a> <a style="display:none" href="#" name="loadAll">Alles laden</a>
<br><br> <br><br>
@ -30,7 +30,7 @@
</div> </div>
<div id="right"> <div id="right">
<a id="top"></a>
<h3>Inhalt</h3> <h3>Inhalt</h3>
<ul> <ul>
<a href="#intro">Einleitung</a><br> <a href="#intro">Einleitung</a><br>

View File

@ -34,7 +34,7 @@ h3 { margin-bottom:0; color:#52865D; line-height:1.3;
div.dist { padding-top:0.3em; } div.dist { padding-top:0.3em; }
button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; } button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; }
div.block { border:1px solid gray; background: #F8F8E0; padding:0.7em; } div.block { border:1px solid gray; background: #F8F8E0; padding:0.7em; }
#right { position:absolute; top:20px; left:180px; bottom:5px; right: 5px; } #right { position:fixed; overflow:auto; top:20px; left:180px; bottom:5px; right: 5px; }
.langLinks { font-size: 0.6em; } .langLinks { font-size: 0.6em; }

View File

@ -62,7 +62,7 @@ h3 { margin-bottom:0; color:#52865D; line-height:1.3;
div.dist { padding-top:0.3em; } div.dist { padding-top:0.3em; }
button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; } button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; }
div.block { border:1px solid gray; background: #F8F8E0; padding:0.7em; } div.block { border:1px solid gray; background: #F8F8E0; padding:0.7em; }
#right { position:absolute; top:10px; left:10px; bottom:5px; right: 5px; } #right { position:fixed; overflow:auto; top:10px; left:10px; bottom:5px; right: 5px; }
.langLinks { font-size: 0.6em; } .langLinks { font-size: 0.6em; }