Web Analytics Made Easy -
StatCounter 100% Width Top Border & Center Logo - CodingForum

Announcement

Collapse
No announcement yet.

100% Width Top Border & Center Logo

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 100% Width Top Border & Center Logo

    Can someone have a look at my site and tell me what I'm doing wrong?

    http://www.americanwebmakers.com/mizrahi

    *See attached image of what I am trying to accomplish.

    Thank you!
    LMW1
    Attached Files
    Last edited by lmw1; Sep 11, 2011, 05:54 AM. Reason: Add image
    Trust everybody. Just don't trust the Devil inside of them.

  • #2
    You have defined wrapper width:960px; thats why its not covering full width

    Comment


    • #3
      Maybe I'm just a little brain dead lately, but can you tell me how you'd arrange your divs and style the css to accomplish what I have in the attached image? Is z-index involved in this? The top/bottom full width bars are throwing me off for some reason.

      And yes, the main content wrapper is 960px wide (centered).

      Thanks in advance!
      LMW1
      Attached Files
      Trust everybody. Just don't trust the Devil inside of them.

      Comment


      • #4
        #navWrapper have fixed width, make it 100% and repeat it's background image.

        This might help you:

        #navWrapper {
        background: url("../images/main_nav_hr.jpg") repeat scroll 0 0 transparent;
        height: 50px;
        margin: 0 auto;
        width: 100%;
        }

        Comment

        Working...
        X
        😀
        🥰
        🤢
        😎
        😡
        👍
        👎