No worries, I always look it up in your source code anyway =D
The cover is just a big, empty html element that has a solid white background and is going to be layered on top of the scrollbar... except when it isn't like now because html has rules depending on the order you put divs in
You will want z-index there, see? c:
{width: 250px; position: absolute; top: 50px; left: 510px;height:620px;overflow-y:auto;background-color:;text-align:left;font-size:12px;color:!important; padding-right:10px; z-index:1;}
{width:20px; height:620px; position:absolute; top:50px; left:700px; background-color:; z-index:2;}
I see, I see. Thanks so much again for your help. I decided that the permanent scrollbar isn't so bad, so I won't worry about the cover for now.
bird and bear and hare and fish give my love her fondest wish
I have a question about moving the owner/ pet species/ adoption dates to another location. I'm not exactly sure what code I would use to move that whole ordeal... Thanks so much for your guys help :) [Edit] Also, how to I enable a scroll bar on a textbox.
CW Shop | Forum Link | Ping Group
Art by They are unfortunately separate elements and a huge pain in the ass. Their names in the code are
.pet_name .pet_color_info .owner .pet_age_info_date .pet_wco_info_date
Scrolling:
{overflow:auto;}
has to have dimensions set.
Thank you. I was wondering if that would be the case with the dates and such.
[Edit]
and just to make sure so I wont have to come back for more, is this what you mean by setting the dimensions?
{width:560px; height:160px; overflow:auto;}
I tried it and, it remains the same as before. What am I missing?
CW Shop | Forum Link | Ping Group
Art by Yes! Sorry, it was past midnight for me xD
Okay, I assume this is still about the tmnt profile. You need to either put it directly on the div you have text in, remove position:absolute from that div or add position:abolute to pet_desc. Because right now you have it on .text but not its parent pet_desc and that makes it sort of float independently, ignoring each other's size.
Haha, it was for the TMNT pet. So I just ended up removing position:absolute from the div and it seems to be working fine now. Just while we're on the scroll box topic... Is there a way to make the scroll box transparent/ invisible until you scroll over it? Or would I have to make the whole textbox (including the text) transparent as well? Btw, thanks for your help :)
CW Shop | Forum Link | Ping Group
Art by Not a problem :)
As for what you are asking for, generally it's something like
{overflow:hidden;}
:hover {overflow:auto;}
I must ask, and please forgive me if it's been answered before since I returned from a hiatus. So there's been an update since my return, and now all my pet names on every page are the same condensed, bolded font. I like it on the pets page, but it's very jarring on my pets' own pages themselves. Since I've been away, I haven't touched the code and it worked fine before. I'm guessing it has something to do with headers, since one of my pets has a h# tag for a quote and it's also in the same font.
Any work arounds or insight?
are you saying we can use some of your code and alter it? I would love to try and learn this for simple coding on my pets that I want to leave all their Subeta stats up for.
Thank you so much for posting this!
Terrible Two
, thank you so much for your help! :0 i just have one question, once upon a css code, i saw that i could make a custom colored spoiler box/ its dotted lines into a color that i saw fit, alas--i have lost that code, and/or it has become obsolete, i ask because a custom spoiler box is what i seek when i am tweaking my pet profiles... hehe thank you so much for any additional help!
Hey, there. Sorry to ping you here, but do you know how I can make my pet's treasure scroll vertically? I can't seem to figure it out. I've been looking everywhere. His treasure is too big at the moment
I really shouldn't read anything first thing in the morning. I almost ventured into a long explanation on how to make the treasure scroll horizontally. ^^;
For a vertical scroll you need a set height and overflow at either auto or scroll. (auto makes a scrollbar if one is needed, scroll forces one even when not needed)
{ height:150px; overflow:auto; }
Thank you for making this! This thread has been incredibly helpful to me :D
Once upon a time I had Pacifist's profile as completely entirely blank, with just a piece of art on the white page.
I tried to do something different, and messed up, and want that back. Can someone just ... help me because I don't remember what I did then and it feels like it should be so simple and I just can't get it
bird and bear and hare and fish give my love her fondest wish
Seeing as this thread is more active, gona try to ask this question here instead... lol. Not sure if it's been answered before, but I don't have the time to look over all the pages to find out. xD
But what code would I need to hide the 'new news' banner or even announcement banners so they don't show up in the pet profile? It totally messes up my pet spotlight placement when they show up and it's kind of annoying. Just not sure what the code marker is for the banners. Thanks ahead of time!