it sucks to not be able to friend request someone or read their about because images are in the way. I used some simple code to fix this.
start with your standard corner image code. I'll use this one from @kneehichaos.
add this after opacity: 1;: pointer-events: none;
now you can interact with (click or highlight) anything behind the image, even if you can't see it. let's make it visible too! the following code will make the image fade out after a certain amount of time so you can see what's underneath it:
please use to make your page more accessible! no need to ask, credit me, or comment (unless you have a question). I am probably not the first to come up with this but I haven't seen it anywhere else.
Comments
Displaying 0 of 0 comments ( View all | Add Comment )