Comments on [ Music Player Tutorial F2U ] All Comments

I want to try and have the bottom right fixed player that hovers, but id like to try and make a stack so I can put multiple songs ontop of one another? how can I go about it? This is the code im using for one song that id like to stack please x idk how to go about that sadly

<div align="right"><div class="fixed-bottom"><audio controls="" style="height:25px;"><source src="mp3LINK"></audio></div></div></div>

ah, i figured it out! I just had to remove the  <div class="fixed-bottom"> from the second music box code, and making sure I had one set of the </div></div></div> always on the last box at the bottom to end it if that makes sense? i dont know html lol

<div align="right"><div class="fixed-bottom"><audio controls="" style="height:25px;"><source src="mp3LINK"></audio>
<div align="right"><audio controls="" style="height:25px;"><source src="mp3LINK"></audio></div></div></div>

Ah sorry I'm only seeing your comment now, but hey ! you figured it out ! :D
It's been two person who ask me about that so I guess I should add it to the page instead of replying in comment :'D