• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

CSS Help & Resources

_Dean_

smoke if you got it
914
Posts
14
Years
    • Age 32
    • USA
    • Seen Sep 22, 2016
    Did you put the BBcode at the very beginning and very end of your signature body?
     
    10,673
    Posts
    15
    Years
    • Seen Dec 30, 2023
    Background color can be transparent. The element is just
    HTML:
    background-color: transparent;
     

    Impo

    Playhouse Pokemon
    2,458
    Posts
    14
    Years
  • Does anyone know where I can find a list of all the CSS codes and what they do?
    I've been searching on the net with little luck :/ .
     

    Impo

    Playhouse Pokemon
    2,458
    Posts
    14
    Years
  • I'm a little confused,
    can someone please tell me what these codes mean?

    Spoiler:


    please and thankyou
     
    22,953
    Posts
    19
    Years
  • That all deals with, from top to bottom:

    The positioning of the affected tag (only works with div tags).

    The margins of the affected tag (only works with div tags).

    The padding of the affected tag (only works with div tags).

    The height of the affected tag (only works with div tags).

    The width of the affected tag (only works with div tags).

    The "px" after the numbers indicates that it's measured in pixels. 200px means it'd be 200 pixels tall.
     

    Impo

    Playhouse Pokemon
    2,458
    Posts
    14
    Years
  • thanks :)
    just one more question,
    can you be a little more specific?

    position: (absolute,relative, static, fixed);

    what does absolute, relative, static and fixed do?
    I know they alter the position, but I don't know how.

    i've got more CSS troubles.

    when i try to make some coding, for some reason, it duplicates itself and makes two backgrounds, making things incredibly annoying, can anyone suggest why or how to stop this?

    Spoiler:


    and the end result;
    Spoiler:


    ...it automatically changed :/
     
    Last edited:
    22,953
    Posts
    19
    Years
  • thanks :)
    just one more question,
    can you be a little more specific?

    position: (absolute,relative, static, fixed);

    what does absolute, relative, static and fixed do?
    I know they alter the position, but I don't know how.

    Those are in reference to the object above in the case of absolute and relative, and static and fixed pertain to where it is in the window and from the top of the page, I think (not too sure on these last two, as I don't use them very often).

    when i try to make some coding, for some reason, it duplicates itself and makes two backgrounds, making things incredibly annoying, can anyone suggest why or how to stop this?

    Spoiler:


    and the end result;


    ...it automatically changed :/

    The problem seems to be that you have an enter where you didn't need one as well as all those excess font tags getting in the way. I suggest removing your default posting font since that gets in your way it seems, and also check over what I removed/changed from your code.
     

    Impo

    Playhouse Pokemon
    2,458
    Posts
    14
    Years
  • Those are in reference to the object above in the case of absolute and relative, and static and fixed pertain to where it is in the window and from the top of the page, I think (not too sure on these last two, as I don't use them very often).



    The problem seems to be that you have an enter where you didn't need one as well as all those excess font tags getting in the way. I suggest removing your default posting font since that gets in your way it seems, and also check over what I removed/changed from your code.

    Wow, thanks :)
    I think I'm getting the hang of this :) .
    ... but I can't see the coding for some reason :/
    I'll just try again :)
     

    Impo

    Playhouse Pokemon
    2,458
    Posts
    14
    Years
  • I think I see it, thanks :)

    ...Another question, say I want css next to another css, I can't do it.
    is there a code for it?
    I think I saw the answer in this thread, but my searches are fruitless.

    ..if that makes sense.
     
    Last edited:
    Back
    Top