Hey guys! I am trying since a few days to get this work I want the scroll to scroll down, when hovering - check I want a text to appear - check I want the text appear when the scroll scrolls down - nope
I just want the text section appear in the middle of the scroll when I hover it sigh
Maybe I am a bit too dumb right now xD But I can't figure out what I am doing wrong right now :/ Anyone can help, please?
Oh huh. Well, I understand the problem is that the text doesn't move with the scroll the way you want it? Instead of transitioning the height and margin you could set the beginning position of the scroll as top:-550px (or something to that effect) and have it transition to top:0px? Then position text within the scroll itself.
so simple yet so effective :D Thank you very much for the help!
Awesome, always happy to help :D that's already looking really nice btw~
I do hope I can get it the way I imagine it ^^ btw do you know if it is possible to implement the pets gender/color into a div?
Ah yes, the eternal struggle. Best of luck? c': You can't get it out of , no, but I suppose what you are really asking is whether you can put it on that scroll? Generally no, there are ways to get around that, but they tend to be of the 'weird cheating'/overcomplicated variety xD Depends on what you plan the profile looking like in the end.
Like, if you want the treasure in there as well it might be worth it, but generally just making a fake div with that info is way easier?