New Layout Problems

Discussion in 'CSS' started by wvcaudill2, Jun 3, 2009.

  1. #1
    Hey everyone, im working on a new layout for my site, and I seem to be having quite a few problems. I havent really worked with CSS and HTML for a while, so I could use your help.

    The website is http://www.newtuts.com.

    Below are some of the problems I am having, please post any solutions you have.

    1. Navigation images dont align perfectly with the background.

    2. Search box needs to be next to the navigation images.

    3. There should not be a gap between the tutorial name and the rest of the tutorial information.

    Thanks for all your help!
     
    wvcaudill2, Jun 3, 2009 IP
  2. unigogo

    unigogo Peon

    Messages:
    286
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    1. There's no syntax float:center, change to float:left
    .column_middle {
    float:left;
    width:655px;
    text-align:left;
    }

    2. Remove height property in header_navigation
    .header_navigation {
    background-image:url(images/2.0/nav_background.gif);
    background-repeat:repeat-x;

    }
     
    unigogo, Jun 6, 2009 IP