CSS Problem

Discussion in 'HTML - XHTML - CSS' started by Judia, Sep 14, 2009.

Thread Status:
Not open for further replies.
  1. Judia New Member

    Hey, I needed help coding a area on my template. I've beeen trying to move up the list, and i STILL can't do it. The top space is annoying me. I need it to be centered. How do i do this?

    here's the css code i have going for it:

    /* Library Links */
    #links {
    width: 700px;
    height: 90px;
    margin: 5px auto;
    background: #A8B130;
    color: #E3E091;
    padding: 5px;
    }
    #links ul {
    list-style-position: outside;
    padding: none;
    margin: none;
    }
    #links li {
    list-style-image: none;
    list-style: none;
    }
    #links a {
    color: #E3E091;
    }
    .title {
    float: left;
    width: 120px;
    height: 90px;
    background: #E3E091;
    color: #A8B130;
    }
    .title h1 {
    padding: 5px;
    color: #A8B130;
    font-size: 20px;
    }


    here's an attachement of what i'm talking about:

    Attached Files:

  2. ishkey Mod - Designer

    hey judia
    as many times as you have asked for help, don't you think you could give something back to the forum?
  3. Judia New Member

    Oo urm... okay. i'll see if i can help.


    i wanted to let you guys know that i solved it. I just added a container. =) it solved the problem.
Thread Status:
Not open for further replies.