The Z index on your front is messed up such that I can't download your button (another element is above it) to host on my site. Let me know if you need help fixing that.
So, with the CSS for the container, you want to set a z-index value like `z-index: 5;` If you put the marquees in their own div id with css setting a low z-index than div id="container", then container will always be on top of the marquees.
omg my bad D: i would love help!!!
So, with the CSS for the container, you want to set a z-index value like `z-index: 5;` If you put the marquees in their own div id with css setting a low z-index than div id="container", then container will always be on top of the marquees.
https://www.w3schools.com/cssref/pr_pos_z-index.php
i think i fixed it?? can u lmk if it works :o
I'm trying but I can't click anything on your home page? May wanna try yourself.
@keyframes scroll { 0% { transform: translateY(0); } 100% { transform: translateY(-100%); } } .scroll-container { overflow: hidden; height: 100px; /* Adjust the height as needed */ } .scroll-content { animation: scroll 10s linear infinite; }
try now?? i figured it was probably the multiple raining smiley marquees blocking it T_T but if it’s not i can just link u to my button
That works, html marquees are a deprecated feature, using CSS animations or javascript will work better, but I'm not able to help you there:(
OMG i had no idea T_T ty for telling me!! https://postimg.cc/yDzCPkqv ill put ur button in my links page when i finish it :D
I got your button up on my resources page!