Forums

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

Home Forums CSS spaces between UL menu

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39791
    dukedinger
    Member

    Hi all,

    Congrats on a great site Chris! I’m a newbie trying top get my head around what are probably simple issues but am creating some stress for myself.

    I’ve got UL which I’ve styled with simple text-decoration.
    I’ve floated the list left and bumped it into position vertically by using margin on the div to get it vertically down the page to where I need it.

    However, the list menu items (with no list style) sit next to one another…

    eg. HomeAboutContact

    buy I want spaces or tabs

    eg. Home About Contact

    Any ideas?

    My CSS reads:

    #header {
    background-image:url(images/header.jpg);
    width: 883px; height:70px;
    margin: 0 auto;
    }

    #ul li {
    font-family: “Helvetica”, sans-serif, Arial;
    font-size:12px;
    letter-spacing: 2px;
    text-transform:uppercase;
    list-style: none;
    float:left;
    margin: 50px 0px 0px 0px;
    }

    #109850
    dukedinger
    Member

    Thanks KG. I had worked around it by using   pretty clumsy though
    thanks for the solution!

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