Results 1 to 10 of 31

Hybrid View

  1. #1
    Join Date
    Aug 2005
    Posts
    27
    Plugin Contributions
    0

    Default Nav Bar and Link Problems

    I have my nav bars at the top and also the one below the logo set as follows:

    #navMainWrapper {
    FONT-WEIGHT: bold;
    MARGIN: 0em;
    WIDTH: 100%;
    COLOR: #ffffff;
    HEIGHT: 1%;
    BACKGROUND-COLOR: #426B9C
    }


    #navCatTabsWrapper {
    FONT-WEIGHT: bold;
    MARGIN-BOTTOM: 1px;
    WIDTH: 100%;
    COLOR: #ffffff;
    HEIGHT: 1%;
    BACKGROUND-COLOR: #426B9C
    }

    In spite of this the separator "|" between each of the links is not visible having taken on the background color.

    I am also having a problem with the following two links which are aon the left and right side of the page. These are "new products (more)" and "shipping cart (more)" respectively. Although I was able to set the hover color to what I wanted it just accepts the color of all the otgher links on the page and not to what I want.

    I seem to be at a standstill. Any help is appreciated. Thanks.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Nav Bar and Link Problems

    Post a url so we do not have to guess...
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Aug 2005
    Posts
    27
    Plugin Contributions
    0

    Default Re: Nav Bar and Link Problems

    Sorry. The url is:
    http://www.fotopoet.com/zencart/

    Thanks.

  4. #4
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Nav Bar and Link Problems

    I think the popular misconception is that using the template overrides will have the separators in place, but that's a thing of the 'Classic' tabled header. However, you can add the separators in optionally.

    To change the color of the sidebox header/title links;
    Code:
    h3.leftBoxHeading a:hover {
    	color: #insertyourcolorhere;
    	text-decoration: underline;
    	}
    
    h3.rightBoxHeading a:hover {
    	color: #insertyourcolorhere;
    	text-decoration: underline;
    	}

  5. #5
    Join Date
    Aug 2005
    Posts
    27
    Plugin Contributions
    0

    Default Re: Nav Bar and Link Problems

    Thanks. The separators are in place. Its just that they took on the color of the background and therefore cannot be seen.

  6. #6
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Nav Bar and Link Problems

    Odd, I can't see any seperators even in your page source.

    Anyways, I forgot to mention that you forgot the semicolons following your last color codes in the codes you supplied. It's a good idea to validate as it lessens parse errors.

 

 

Similar Threads

  1. Nav bar - How can i delete a heading in my Nav bar (v1.5.0)
    By Pretty dumb in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Oct 2012, 02:07 PM
  2. Link spacing on nav bar
    By joyjoy in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 19 Sep 2010, 12:57 PM
  3. Move search bar and nav link to header
    By mysafetymarket in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 18 Jun 2010, 04:40 AM
  4. Replies: 1
    Last Post: 10 Jun 2009, 10:16 AM
  5. Changing home link in nav bar
    By knottybynature in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 1 Mar 2008, 11:36 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