Replies

Aug 21, 2022 3 years ago
Fossil
is a fossil
User Avatar
Theropod

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.


[tt][ banner art by Pablo Rivera || CI/Button my me || Art shop ][/tt]

Aug 21, 2022 3 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

@ 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.

Aug 21, 2022 3 years ago
Fossil
is a fossil
User Avatar
Theropod

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! :>


[tt][ banner art by Pablo Rivera || CI/Button my me || Art shop ][/tt]

Aug 22, 2022 3 years ago
Phoenix
is a PUNKin
User Avatar
ColdFire

Lookin' cool! You can stop sections from being draggable by adding this to your code: .header{pointer-events:none;}

Welcome back! ^^

[box=#509b91]


Ping, sMail or comment me, I'll craft anything!
Looking for a guide to alchemy? Please visit:
Trajan
[/box]

Aug 24, 2022 3 years ago
Fossil
is a fossil
User Avatar
Theropod

aaa thank you! that's much better~


[tt][ banner art by Pablo Rivera || CI/Button my me || Art shop ][/tt]

Please log in to reply to this topic.