You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
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!