Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS a little help for a new in css

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #32521
    immortal
    Member

    hey I’m new to programming, and I’m trying to make this bar, it is working but i just need to fix the space between the text, and I’m not sure but i think it’s something i have to do in the css.
    If I’m not understandable, let me know^^
    thanks for the help^^











    #48902
    jamygolden
    Member
    #nav a {
    display: block;
    width: 20em;
    height: 20px;
    }

    #nav li { /* all list items */
    float: left;
    width: 10em; /* width needed or else Opera goes nuts */

    }

    The links within the list items are larger than the list items themselves. I’m not sure if you’re doing that intentionally but try increasing the width of #nav li.

    I’ve just glanced over this and that looks a bit odd to me.

    #48904
    immortal
    Member

    hey jamy_za

    thanks for the fast reply.

    but that didn’t solved my problem, the space i want to remove is for example, 32689 and 1234, so it’s not going to hit the scroll in the right side.

    again thanks for the help^^

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.