Nuova versione resizable e scrollable

This commit is contained in:
Luca Trupiano 2023-02-01 18:46:02 +01:00
parent cd8f87a56d
commit 1b981ad337
4 changed files with 3152 additions and 5 deletions

View File

@ -3,9 +3,9 @@ html,
body { body {
height: 100%; height: 100%;
} }
.menuRicerca { body {
width: 30%; padding-top: 61px;
} }
.menuNavigazione { .menuNavigazione {
@ -13,7 +13,12 @@ body {
} }
.minimap { .minimap {
width: 9%; width: 7%;
}
.menuRicerca {
background-color: #999;
width: 30%;
} }
.visCanto { .visCanto {

1915
index_4.1.html Normal file

File diff suppressed because it is too large Load Diff

View File

@ -636,7 +636,7 @@ $(" .Ma, .Co, .Su, .Pa").hover(function(idx, element) {
//divcanto.attr('style', 'display:none') //divcanto.attr('style', 'display:none')
divcanto.attr('id', (cantica + canto).replace(" ", "_")) divcanto.attr('id', (cantica + canto).replace(" ", "_"))
titolocanto.appendTo(divcanto) titolocanto.appendTo(divcanto)
divcanto.appendTo(' .blog-main') divcanto.appendTo('#displaycanto')
} }
} }
} }

1227
js/script_4.1.js Normal file

File diff suppressed because it is too large Load Diff