Results 1 to 9 of 9
  1. #1
    Join Date
    Jan 2007
    Location
    Bellingham, Wa
    Posts
    174
    Plugin Contributions
    0

    Default Move NavMainWrapper

    Is there a way to move #NavMainWrapper ( home, account, search e.t.c ) down a bit so it overlays the header in the rectangle there ( still under construction and will be it seems )

    http://www.estore.haskellgraphics.com/

    Thanks guys.

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Move NavMainWrapper

    I would suggest cutting the rectangle off of the logo image and using it as a background-image in #navMainWrapper. Be sure to shrink the height of the logo appropriately, too, in any place it is defined.

  3. #3
    Join Date
    Jan 2007
    Location
    Bellingham, Wa
    Posts
    174
    Plugin Contributions
    0

    Default Re: Move NavMainWrapper

    Ok I can do that.

    But I have no idea how to place the wrapper in the top of the logo, so it is part of it. So the buttons and search box are in the logo.

    Is there a way to shift thier position down to fit in?

    Can that be done?

    Thanks again.

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Move NavMainWrapper

    If the navbar (links) is part of the logo (link), how will it know where to go when someone clicks?

    What I am suggesting is to give you the same appearance of blue boxes, with the upper section being the background for the navbar. In appearance, the navbar will move down onto the logo background as you have it now, but it will retain its own functionality. The clickable logo area will shrink to clear the new navbar location.

  5. #5
    Join Date
    Jan 2007
    Location
    Bellingham, Wa
    Posts
    174
    Plugin Contributions
    0

    Default Re: Move NavMainWrapper

    Ok I understand now.

    Ok I cut out the top of the header, then cropped the header to make room.

    Uploaded both and added backgroundimage here:
    Code:
    #navMainWrapper,  {
        margin: 0em;
        background-color: transparent;
        background-image: url(../haskellgraphics/images/NavCat_BG.jpg)
        font-weight: bold;
        color: #ffffff;
        height: 1%;
        width: 100%;
        }
    But I still got nothing.

    I'm just guessing on how to edit the css honestly.

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Move NavMainWrapper

    You are missing a semicolon at the end of this line:

    background-image: url(../haskellgraphics/images/NavCat_BG.jpg)

  7. #7
    Join Date
    Jan 2007
    Location
    Bellingham, Wa
    Posts
    174
    Plugin Contributions
    0

    Default Re: Move NavMainWrapper

    Code:
    #navMainWrapper,  {
        margin: 0em;
        background-color: transparent;
        background-image: url(../haskellgraphics/images/NavCat_BG.jpg);
        font-weight: bold;
        color: #ffffff;
        height: 1%;
        width: 100%;
        }
    Still nothing. I even tried just changind the background color to that of the header.

    And that didn't take. Starting to wonder....

  8. #8
    Join Date
    Jan 2007
    Location
    Bellingham, Wa
    Posts
    174
    Plugin Contributions
    0

    Default Re: Move NavMainWrapper

    Got it it was the comma, I had seperated it from some other stuff and left the comma and I added a margin

    Code:
    #navMainWrapper  {
        /*margin: 0em; */
        margin-top: 1.5em;
        background-color: transparent;
        background-image: url(../images/NavCat_BG.jpg);
        font-weight: bold;
        color: #ffffff;
        height: 1%;
        width: 100%;
        }
    Thanks man. I appreciate your help

  9. #9
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Move NavMainWrapper

    Odd... I can't get the navbar to do anything either. Unfortunately, I need to get to bed so can't help more right now. Good luck!

    Ah ok! Good work. Getting tired and didn't notice the comma.

 

 

Similar Threads

  1. Move navMainWrapper next to LogoWrapper, not below
    By wasana in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Jul 2010, 09:05 AM
  2. #navMainWrapper
    By wotnow in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Feb 2010, 12:38 PM
  3. duplicate navMainwrapper
    By lieven23 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 11 Dec 2008, 08:55 PM
  4. resize NavMainWrapper?
    By webgalore in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Sep 2008, 12:28 PM
  5. Move Search Box to Breadcrumb line (NavMainWrapper -> NavBreadCrumb)
    By dmfelder in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 May 2008, 10:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg