please, i'm in some desperate need for some help with my pet's profile, it seems, i have a lot on a certain pet, and i would like it to have one of those nice scrolling boxes, so that when the spoiler opens, the story is on a scroll bar text box... is there a simple code for this?
plz help.. i feel like a total newbie... ;m;...
.spoiler_text {height:200px; overflow-y:auto;}
but it will affect every spoiler on the page. To choose only some you'll have to tell me which pet and which spoiler.
ok, it's my pet; Z.a.G.r.e.u.s and the spoiler, is "story of silke" or something like that.. :> thank you!
Ok, so it should be
.spoiler+.spoiler+.spoiler+.spoiler+.spoiler+.spoiler+.spoiler .spoiler_text {height:200px; overflow:auto;}
if I counted right then and it's what you wanted in the first place
do you know css selectors? It says 'select only a .spoiler_text element that is within a .spoiler element that [in turn] is under a .spoiler element that is under a .spoiler element...' xD and that six times
///lol no, i didn't... all i use is a very simple profile... ;--;... i'm not smart like you... oh, and thank you for your help!
stalks clearly not smart? code why you not work, you worked on my pet five minutes ago --;
lol yeah, i tryed your second code, it didn't work... so i guess i'll just use the first one... even tho i have some of those spoilers just for a header effect... say, there woun't be another way to do that would there? besides images?
It doesn't work because I'm a goddamn idiot~~ XD
br+br+br+br+center+br+br+center .spoiler:first-child .spoiler_text {height:200px; overflow:auto;}
this probably does (well, it does on [Agni]) the only problem being the moment you remove some coding it will crash again, so, you know.
You can do something like... make a new div element for each header and style them all so that they look like your spoilers.