Replies

Aug 27, 2014 11 years ago
Silverfish
is a survivor
User Avatar
Xingese

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;}

Art by p-sebae ❤️
| | -Night Mode- Shengui Guo Custom CSS [v2.0]

Looking to adopt a December 31st, 1969 glitched date pet

Aug 27, 2014 11 years ago
Squid
is drunk in love
User Avatar
Pacifist

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

Nov 6, 2014 11 years ago
Marauder
has a sweet tooth
User Avatar

Thank you!!!

Nov 18, 2014 11 years ago
topipers
User Avatar
Selilah

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.

Nov 18, 2014 11 years ago
Silverfish
is a survivor
User Avatar
Xingese

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.

Art by p-sebae ❤️
| | -Night Mode- Shengui Guo Custom CSS [v2.0]

Looking to adopt a December 31st, 1969 glitched date pet

Nov 19, 2014 11 years ago
topipers
User Avatar
Selilah

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?

Nov 19, 2014 11 years ago
Silverfish
is a survivor
User Avatar
Xingese

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.

Art by p-sebae ❤️
| | -Night Mode- Shengui Guo Custom CSS [v2.0]

Looking to adopt a December 31st, 1969 glitched date pet

Nov 19, 2014 11 years ago
topipers
User Avatar
Selilah

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

Nov 19, 2014 11 years ago
Silverfish
is a survivor
User Avatar
Xingese

Not a problem :)

As for what you are asking for, generally it's something like {overflow:hidden;} :hover {overflow:auto;}

Art by p-sebae ❤️
| | -Night Mode- Shengui Guo Custom CSS [v2.0]

Looking to adopt a December 31st, 1969 glitched date pet

Nov 19, 2014 11 years ago
topipers
User Avatar
Selilah

Ok, thanks!

Dec 2, 2014 11 years ago
DaveMiller
is shady
User Avatar

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?

searching for Art commissions | Wishlist

Jun 14, 2015 10 years ago
TracyH
is sweet
User Avatar
HRH Seymour Patches Holmes

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.

Mother Knows Best!
[I] The Subetan formally known as Just_Call_Me_Tracy.[/I]

Sep 13, 2015 10 years ago
Lion_Crab
has a massive family
User Avatar

Thank you so much for posting this!

Terrible Two

Jan 4, 2016 10 years ago
Omen
is a spooky scary skeleton
User Avatar
Mirage

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

---❤️--- please commission me sometime ^^

Jan 25, 2016 10 years ago
Poet
is forever on a quest for more pets
User Avatar

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

Jan 26, 2016 10 years ago
Adventure Captain
sonata
User Avatar

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; }

Art by
[tot=sonata]

Jan 26, 2016 10 years ago
Poet
is forever on a quest for more pets
User Avatar

Haha, thank you :)

Feb 7, 2016 10 years ago
Laurdale
is salty
User Avatar

Thank you for making this! This thread has been incredibly helpful to me :D

art by anonymous feathered hatter

Mar 15, 2016 10 years ago
Squid
is drunk in love
User Avatar
Pacifist

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

Nov 14, 2016 9 years ago
odduckOasis
is made of stardust
User Avatar
Tenacious

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!

WL :: Tumblr :: Art site :: art by me.

Please log in to reply to this topic.