Help with css header

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jared
    New Member
    • Jul 2011
    • 2

    Help with css header

    Hi Everyone,
    Not great with CSS and hoping someone can help.

    I'm attempting to make the green bar in the top menu navigation be full width, but have the links still be inside of the container div.

    Here is how it currently looks: http://www.greensurfshop.com

    I would like to have the green bar extend the full width of the window. Any suggestions?

    Thanks!
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Put this in the css.
    Code:
    html, body {
       width: 100%;
    }

    Comment

    • Jared
      New Member
      • Jul 2011
      • 2

      #3
      Added it, but nothing happened. Did i put it in the right spot?

      Comment

      • Rabbit
        Recognized Expert MVP
        • Jan 2007
        • 12517

        #4
        You realize your container is fixed width right?

        Comment

        Working...