Forums

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

Home Forums CSS Coding in Navigation?

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #37514
    KingSolomon
    Member

    Hey, I’m new to the css thing. Anyway, I’m trying to practice on a simple layout I created. Here’s what I have so far. I want the navigation to stretch automatically so that I can continue adding as much links I want.






    Untitled Document










    Style Sheet:
    body{
    margin:0px;
    padding:0px;
    }

    #header {
    margin:0 auto;
    height:173px;
    width:670px;
    background:url(images/bradpit_01.jpg) no-repeat;
    }

    #main {
    margin:0 auto;
    padding-bottom: 4em;
    background:url(images/bradpit_02.jpg) no-repeat;
    }

    Problem:
    http://i43.tinypic.com/24o3ibk.png

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