gixed issue with about popup not appearing. Noe issue with colophon

This commit is contained in:
nglk 2020-12-04 13:29:10 +01:00
parent d608cdc95c
commit 6d382a6333
2 changed files with 8 additions and 5 deletions

View File

@ -41,12 +41,15 @@
</div> </div>
</div> </div>
<div class="col-md-3"> <div class="col-md-3">
<div id="about_colophon"> <div id="about">
<a href="#" >About</a>|<a href="#" >Colophon</a> <a href="#" >About</a>|
</div>
<div id="colophon">
<a href="#" >Colophon</a>
</div> </div>
<div id="showabout" class="draggable"><span onclick="this.parentElement.style.display='none'" class="topleft">&times</span><div>about texthjgjhghjgfhdgfhdgfhdsgfhsgfhsgdfjhgdsfhsfgdfjgsfgdshsgfhsgfffffffffffffdfhdsfjsgdfjgjdsgfsjdgfjshgdf</div> <div id="showabout" class="draggable"><span onclick="this.parentElement.style.display='none'" class="topleft">&times</span><div>about texthjgjhghjgfhdgfhdgfhdsgfhsgfhsgdfjhgdsfhsfgdfjgsfgdshsgfhsgfffffffffffffdfhdsfjsgdfjgjdsgfsjdgfjshgdf</div>
</div> </div><br>
<div id="showcolophon" class="draggable"><span onclick="this.parentElement.style.display='none'" class="topleft">&times</span><div>about texthjgjhghjgfhdgfhdgfhdsgfhsgfhsgdfjhgdsfhsfgdfjgsfgdshsgfhsgfffffffffffffdfhdsfjsgdfjgjdsgfsjdgfjshgdf</div> <div id="showcolophon" class="draggable"><span onclick="this.parentElement.style.display='none'" class="topleft">&times</span><div>colophon texthjgjhghjgfhdgfhdgfhdsgfhsgfhsgdfjhgdsfhsfgdfjgsfgdshsgfhsgfffffffffffffdfhdsfjsgdfjgjdsgfsjdgfjshgdf</div>
</div> </div>
</div> </div>
</div> </div>

View File

@ -327,7 +327,7 @@ h2 {
#showabout, #showcolophon { #showabout, #showcolophon {
display: none; display: none;
left: 20%; left: 20%;
background-image: url("../images/poster1.png"); /* background-image: url("../images/poster1.png"); */
word-wrap: break-word; word-wrap: break-word;
background-size: 100%; background-size: 100%;
width: 50%; width: 50%;