How to make navmenu, header and narrow column continuous?

  • Unknown's avatar

    Hi there, I’m new to web design and have been trying to set up portfolio for my graphics and illustration.
    I currently have a problem with the display of my site, see example at:
    http://www.tribe-one.com/portfolio
    I would like to fill in the gap between the header and the narrow column with a white block 736px large, so there is no interruption between the two.
    This way, I can add a grphic image instead of trhe gray background and not have that anoying transparency around the nav menu.
    The original style css code I used was:

    #navmenu ul li {
    background-color: #FFFFFF;
    margin: 0;
    height: 200px;
    width: 100px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    display: inline;
    padding: 17px 15px 5px 20px
    }

    But I couldn’t work out how to get the white boxes around the the titles to merge into one big block.
    I have now replaced this code with this one:

    #navmenu ul li {
    list-style-type: none;
    list-style-image: none;
    float:left;
    font-weight:bold;
    letter-spacing:-1px;
    margin-bottom:3px;
    margin-left:11px;
    margin-right:4px;
    padding:5px;
    }

    And now it’s just transparent…
    Would be most greatfull if somone could help!
    Many thanks,
    Harry

  • Unknown's avatar

    You did not specify a blog address or reason for posting when you created this topic.

    This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.

    If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.

    If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.

    This is an automated message.

  • The topic ‘How to make navmenu, header and narrow column continuous?’ is closed to new replies.