1 |
|
---|---|
Posted by | Scrolling Boxes |
![]() Sentient Being (#142426) View Forum Posts ![]() Posted on 2022-05-25 18:29:25 |
Can anyone tell me what the code is for the scrolling boxes I see in so many dens? For examples, the ones in this person's bio: https://www.lioden.com/territory.php?id=130466 ![]() |
Trace (#68847)
View Forum Posts ![]() Posted on 2022-05-26 00:57:51 |
Hey there, I'm assuming you mean a vertical scrolling box. To get a 'box' to vertically scroll, you will first have to define the height of the box (whether you use a div tag, a float tag or a table tag - of course, code can get slightly different depending on what CSS tag you use). Afterwards you add in overflow: auto: to the code of said box. ![]() |
Sentient Being (#142426)
View Forum Posts ![]() Posted on 2022-05-26 10:35:32 |
It's not working for me. Could you show me an example with all of the code so I can maybe see what I'm doing wrong? ![]() |
Trace (#68847)
View Forum Posts ![]() Posted on 2022-05-26 10:42:06 |
Could you perhaps put a box (with what you have tried so far) inside your profile? Then I can see how I can help you out further. ![]() Edited on 26/05/22 @ 10:42:41 by Trace ◦ G1 TriRos 2.7k (#68847) |
Sentient Being (#142426)
View Forum Posts ![]() Posted on 2022-05-26 10:56:11 |
Trace (#68847)
View Forum Posts ![]() Posted on 2022-05-26 11:13:59 |
Just in case, correct me if I'm wrong. From what I'm seeing, there is a div tag inside the td tag under your 'About Me' section. You have used inline CSS as opposed to an external Dropbox CSS stylesheet. Could you try putting in overflow:auto; in your div tag like this? (Please remove the asterisks.)<*div style="width:325px;height:350px;text-align:center;background-color:#808080;border:3px solid;overflow:auto;"*> ![]() |
Sentient Being (#142426)
View Forum Posts ![]() Posted on 2022-05-26 11:23:42 |
Yeah, I have tried that, but unfortunately it doesn't work, and when I look at the code again that part has been deleted. ![]() |
Trace (#68847)
View Forum Posts ![]() Posted on 2022-05-26 13:17:34 |
If that's the case you might have to use an external Dropbox CSS sheet. I think overflow:auto; doesn't work in inline CSS here in Lioden. ![]() |
Sentient Being (#142426)
View Forum Posts ![]() Posted on 2022-05-26 13:20:01 |
I'll have to see how I can find that. Perhaps I can pays someone to design it for me - my coding abilities are nonexistent. Thanks for helping me out! ![]() |
Trace (#68847)
View Forum Posts ![]() Posted on 2022-05-26 13:22:28 |
🌺Sweet Angel🌺(Semi-Here) (#243290) Gorgeous View Forum Posts ![]() Posted on 2022-05-26 13:33:21 |
This is the one I use on my den you might find this helpful <*div class="scrollBox" style="height:400px;border:3px solid #000000;width:43%;float:left;"*><*p style="text-align:center;"*>text/pic here<*/*p><*/div><*div class="scrollBox" style="height:400px;border:3px solid #000000;width:43%;float:right;"*><*p style="text-align:center;"*>text/pic here<*/*p> <*div class="scrollBox" style="height:150px;border:1px solid #000000;width:70%;"*><*p style="text-align:center;"*>text/pic here<*/*p> Edit; just take out any of the * when you use it if you do ![]() Edited on 26/05/22 @ 13:33:51 by 🌺Sweet Angel🌺 (#243290) |
Sentient Being (#142426)
View Forum Posts ![]() Posted on 2022-05-26 14:09:07 |
Thank you, Angel! Yeah, the scrolling is working now, though it does have a few kinks I have to iron out. I've already PMed someone, and I'll likely just hire them to do it for me. But thanks so much for being so helpful! ![]() |
🌺Sweet Angel🌺(Semi-Here) (#243290) Gorgeous View Forum Posts ![]() Posted on 2022-05-26 14:27:49 |
I try XD it literally took me longer than i care to admit to figure this out when I did it the first time T-T so figured I try help :D haha ![]() |
Sentient Being (#142426)
View Forum Posts ![]() Posted on 2022-05-26 14:29:52 |
I vaguely remember doing coding in school, but I can't remember a single thing :) You guys have really been so helpful, thanks so much! And if I can't get the other person to help me, I think I can use some critical thinking and the code you gave me to get it just right. ![]() |
🌺Sweet Angel🌺(Semi-Here) (#243290) Gorgeous View Forum Posts ![]() Posted on 2022-05-26 14:32:05 |
^^ I went to college for computer programming :o but can't remember anything I use to know so much coding T-T that was over 12 years ago ![]() |
Lyrzx (#197478)
Untitled View Forum Posts ![]() Posted on 2024-02-25 06:49:00 |
Almost 2 years later, this thread is a life-saver. Thank you so much. ![]() |
1 |
---|