Forums

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

Home Forums CSS Block issue with wordpress

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

    Hi,

    I am currently making a tabs based design but can’t get my block to work am i doing something wrong.

    Here’s my code

    Code:

    Code:
    ul#navigation {
    background-image: url(Navigation_GlassTheme.jpg);
    background-repeat: no-repeat;
    height: 40px;
    padding-left: 600px;
    color: white;
    font-weight: bold;
    font-family: Helvetica, Arial;
    }

    ul#navigation li a {
    display: block; width: 100px;
    float: left;
    margin-top: 170px;

    }

    div#wrapper {
    width: 1024px;
    margin: 0 auto;
    }

    #49621
    Argeaux
    Participant

    Should be:

    you forgot the li’s and closed the a tag wrong.

    #49624
    Techguy172
    Member

    Thank you that worked, Just had to make some tweaks but I got the output right.

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