Welcome to Gaia! ::

Let's see how many votes we can get! :3

+1 1 100.0% [ 1280 ]
Total Votes:[ 1280 ]
< 1 2 3 4 5 6 3 4 5 6 7 ... 96 97 98 > >>
OVERFLOW

I bet you are wondering what overflow is. Well, it's where any content too big for the section goes. It could take care of the extra content with a scrollbar, by just hiding the extra content, or even forgetting about all the extra content spilling out into the profile. Before you start, make sure you put a lot of stuff in your about.

First, let's talk about giving a section a scrollbar. I'm sure you know what a scrollbar is, it's a little bar to the right that lets you see the rest of a webpage. Well, imagine a section is a webpage, it is given a scrollbar and works the same. Here is the base of a scrolling section:

section name {
overflow : auto ;
}

Just replace 'section name' with whatever you want, and try it out at Gaiatools or even your theme override box. I suggest doing it on a mule with no other coding in it's profile to interfere with the coding. Make sure your profile is set to classic.

Well, chances are that didn't work. It's because on the default classic profile, the sections just extend to however much content is in the section. So, just tell the section to stay a certain height, let's say 100 pixels:

section name {
height : 100px ;
}

Kk, so now with those two codes, you should see a scrollbar on the section you chose. Make sure you chose the same section in each of those codes. Next, is simply hiding the extra content.

It's basically the same as scrolling overflow, except you just change one tag. Ok, take out everything in your theme override box and put this in:

#about {
overflow : hidden ;
}

Now, that probably didn't work because of extending issue with the default profiles. So, let's make it 100 pixels tall so you can understand what hidden overflow is:

#about {
height : 100px ;
}

See what hidden overflow is now? Yep, it's pretty dandy. The following is more advanced, and I am not about to explain how it works. This adds an invisible scrollbar to any section.

Requirements for this to work:
-No overflow settings for your body or #site
-An amount of content that would overflow out of the section without an overflow code
-Nothing to interfere with the selected section's overflow.

Ok, so here is the code for an invisible scrollbar:

section name {
overflow-x : hidden ;
overflow-y : auto ;
padding-right : 3000px
;}
body {
overflow-x : hidden ;
}

This brings us to something else before I'm done with the overflow code. What if you only want a vertical scroll bar [up and down] but not a horizontal scrollbar [left and right]? Well it's pretty simple. Look at what I added to this overflow code from around the top of the overflow section of the guide. The red indicates what I added:

section name {
overflow-y : scroll ;
}

Ok, now -y means that it will go up and down, -x means it will go left and right. Simple enough? I hope so.

Maybe this needs further clarification. If you want it to work form left to right, then change -y to -x. Also, you might need to hide either -x or -y so only one scrollbar will show up.
HOVERING
!!THIS IS AN ADVANCED CODING SECTION NOT FOR BEGINNERS!!


Okey dokey, due to popular demand, I shall be making a section on hovering. But only simple hovering at the moment, I am too lazy to learn how to do more advanced-ish hovering myself. D':

Hovering really isn't as complicated as many people have made it seem to be. You just add a simple code to the end of a sections name, and WAZZAH, it turns into what happens when someone hovers over the section! Let's get started! O:

Kk, so here be a code of a normal about section, nothing fancy:

#about {
background:orange
;}


Yeah, makes the background of your about orange, try it out if you want. But take a look at this one:

#about:hover {
background:orange
;}


See what's in blue? I hope so, because that's the only thing that separates the world of hovering and the world of not so much hovering.

Yep, that's really it, just add ":hover" to the end of a sections name, and you have hover. Try that last code I gave you, the one that looks like this:

#about:hover {
background:orange
;}


Yeah, try that out somewhere so you can really see how just a simple word can change the code's function dramatically. x3 It works on any tag I can think of, so don't be shy and let your imagination run wild. That's about it for hovering, if a huge amount of people have trouble understanding, I shall try to expand on this subject.
CUSTOM SECTIONS
!!THIS IS AN ADVANCED CODING SECTION NOT FOR BEGINNERS!!

Coming Soon

Custom sections are sections defined entirely by coding. They can be for whatever you want.
LAYERING
!!THIS IS AN ADVANCED CODING SECTION NOT FOR BEGINNERS!!

Coming Soon
OPACITY
!!THIS IS AN ADVANCED CODING SECTION NOT FOR BEGINNERS!!

Coming Soon
CONTACT BAR
!!THIS IS AN ADVANCED CODING SECTION NOT FOR BEGINNERS!!

Coming Soon
MII's PROFILE GUIDE v2

I will be remaking this guide completely. For this thread's regulars, I will allow them to test out the v2 guide first. I know it's not a big deal, but you guys could hopefully be kind of a filter to make sure everything makes sense. In the summer, after I complete v2, I will post it in a mule's journal. I will send all thread regulars a friend request and a message. You will then be able to view an infant v2 guide. Oh, and BTW, you don't have to filter the guide, or even look at it. I just thought some of you might want to get a sneak peak. Here is the current list of thread regulars:

Knight Yoshi
Matsuri Riiko
_Deadly_Nightfall_
AileenAzura
Swell Sundae
Brink Kale

Requirements for being a regular: Help people out here every once and a while and post enough to be noticed (probably about 5 times).

halted because i am so damn lazy
HOW TO ASK FOR HELP

Coming Soon
HALL OF FAME'izzle

This is the place for people who have made a profile using my guide, if you have finished a profile using my guide, please private message me and I'll add you to this list. NOTE: I do not add your name to this list automatically. You must let me know you want me on this last. I do not name drop for this list, just for everything else.

AileenAzura 8/30/08

DollyDecay 11/5/08

Apocalyptic Soul 1/24/09
GOOD LIST


_Deadly_Nightfall_ for helping people here

Radiocarbon for helping people here

Beyond just plain Odd for donating

Limited_Omniscience for donating

Galactic Senator Paradine for helping people here

AileenAzura for helping people here

Kayley FC for helping people here

Matsuri Riiko for pointing out a typo in the thread

lil_neko for helping people here

Kairu2468 for helping people here

Swell Sundae for helping people here

Knight Yoshi for helping people here

Randall_FlaggX for pointing out a typo in the thread

Koca for pointing out missing information in the thread

Vixen Tabitha for helping people here
FAQ


I want a profile, can someone make me one? No, the profile discussion is the wrong place for requesting profiles, the Personalized Graphics is the way you want to head.

Can you donate? This thread isn't for donations, maybe the Quest/Charity forum might help you out.

How do I set my profile to classic, so it will work with the guide? Go to My Gaia > Account Settings > Preferences, then scroll down to "Choose Profile" and set it to classic.

This guide could be better, want to hear my suggestions? Sure, but please don't post it here, private message me about suggestions.

Yay, finished my first profile, can you rate it? No, there are several links to rating threads in the links section [right below this], they could give you a better rate then I could.
LINKS

FAQs & Resources: This is a very helpful thread full of answers for the most commonly asked questions.

( CATALYST ) a rating thread: This place is where lil_neko gives out detailed rates, great for anyone wondering how their profile is.

Chronicles of the Featured Profile: If you want to see some of Gaia's profiling history, this is the place to go to see some of the best profiles of all time, a hall of fame.

The PD Police v2 This is where the PD Police hangout and do policy stuff. They give out several different kinds of rates and host profile contests, I have a feeling they will do more stuff later.

Miimic's list of profile guides: I decided to make a thread listing all of the guides that I know of.

Miimic's Quest Feel free to stop by and chit chat.

Quick Reply

Submit
Manage Your Items
Other Stuff
Get Items
Get Gaia Cash
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff