So I had the urge to return here after a long time, and genuinely this is the first time I've sat down and focused on a task all summer :'0 It's very simple for now, I'm just getting the hang of working with CSS again (I don't remember how to do sliding boxes but I'll get it), but I managed to make my own profile! I don't think it works well on mobile, but I'm not sure how to work around that either haha
Not sure how to work around the columns being draggable, but its not a huge deal. Do host websites still exist like subetahq? I'm a little bummed all the profiles I had on rotation are gone.
@ inki subetalodge has some user profile layouts.
strange that your columns are draggable outside of editing mode, i've never seen that before! (update... looks like that's just happening on everyone's profiles now! how odd.)
sliding boxes can be done a couple of ways. one is to layer them behind another div using z-index, and then have them change position upon hover so they physically "slide" out from under the other div; another is to set max-height (if sliding vertically) or max-width (if sliding horizontally) to 0, then change that value to its actual height/width upon hover. let me know if you want specific examples/code for either method.
omg thank you so much, i had forgotten about subetalodge! my old profiles are still there lol, bit broken but i can still use them.
and thank u for the rundown on sliding boxes! :>
Lookin' cool!
You can stop sections from being draggable by adding this to your code:
.header{pointer-events:none;}
Welcome back! ^^
[box=#509b91]
[/box]