I dont know weither this should be in this forum, or in the web design forum...
but I was wondering if there was a code out there that could give me a scroll box for just my pets treasure, and not the whole page? (I thought I had some coding like that at one time, but then the coding stuff changed and I guess I deleted it or the site did?)
Thank you for the help :0
I didn't quite undertand what you want, but I'll try to help if you explain to me! Do you want a scrolling box for the TC like the one on Fa profile, for example?
[flower=paula]
Yes! That's exactly what I'm looking for, thank you.
Ah yes, I'm not good at speaking so I often confuse people.... I'm sorry
No problem! English is not my first language so sometimes it's me that have difficult in understanding!
So, try this: you can set whichever height and width you want.
SPOILER (click to toggle)
{
width: 600px;
height: 150px;
overflow:auto;
margin-bottom:20px;
}
[flower=paula]
thank you for trying to help me, but this code doesn't seem to want to work with my current profile code,
It doesn't want to separate the content and treasure box scroll like I would like it to for my [Pet=loroth]
ooh now I understood what you want! Would you mind pasting the code on pastebin.com for me to take a look? I guess it's easier that way for me!
[edit]
{overflow: hidden!important;}
{ height: 120px; overflow: auto; }
and change min-height and height to those values:
{min-height:100%!important; height: 100%!important;}
If it doesn't work send me your code I'll fix it for you.
[flower=paula]
. How I had it planned out is, it would only have a scroll bar when I open up the spoiler for the story, and that the treasure had it's own scroll box so it wouldn't have to mess with the content page size...hmmm ok I don't have a pastebin but I'll sign up rn
you don't have to have an account on pastebin to use it.
Try this:
{overflow: hidden!important;}
{ height: 120px; overflow: auto; }
and change min-height and height to those values:
{min-height:100%!important; height: 100%!important;}
If it doesn't work send me your code I'll fix it for you.
[flower=paula]
, omg that works!!! Thank you so much ahhh it's perfect, now to just tweak the sizes a little and [Pet=loroth] will be done! Wow Thank you for your help, I hope you have a great day!