Thread: Breadcrumbs

Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Dec 2007
    Posts
    17
    Plugin Contributions
    0

    help question Breadcrumbs

    Why don't the breadcrumbs follow the assigned a:link, a:visited, a:hover, a:active statements in the css?

    Am I doing something wrong? I would like the breadcrumbs to follow the assigned statements listed here....Can i force the breadcrumd the follow the same rules as the other navigation links follow?


    a:link, #navEZPagesTOC ul li a {
    color: #394963;
    text-decoration: none;
    }

    a:visited {
    color: #3300FF;
    text-decoration: none;
    }

    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    color: #FF0000;
    }

    a:active {
    color: #667C99;
    }

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

    Default Re: Breadcrumbs

    You can try

    #navBreadcrumb a:link {
    color: xxxxxx;
    }

    #navBreadcrumb a:hover {
    color: xxxxxx;
    }

    etc

    adding you color info to each

    I do not recall these being an ul
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Dec 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Breadcrumbs

    where is the best place in the css to place these?

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

    Default Re: Breadcrumbs

    Anywhere will do but as I recall the main ones are towards the top and keeping these close might help you
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Dec 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Breadcrumbs

    I placed it here: Still does not make an change. website is http://digitalbroadcasttools.com/dbtstorefront/

    #navBreadCrumb {
    background-color: #394963;
    }

    #navBreadcrumb a:link {
    color: #394963;
    }

    #navBreadcrumb a:hover {
    color: #FF0000;
    }

    #navBreadcrumb a:visited {
    color: #3300FF;
    }

    #navBreadcrumb a:active {
    color: #667C99;
    }

    #navEZPagesTop {
    background-color: #ffff33;
    }

    #navBreadCrumb, #navEZPagesTop {
    font-size: 0.95em;
    font-weight: bold;
    margin: 0em;
    padding: 0.5em;
    }

    #navColumnOne {
    background-color: #394963;
    }

    #navColumnTwo {
    background-color: #394963;
    }

    /*The main content classes*/

  6. #6
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Breadcrumbs

    Please don't post your whole stylesheet. Thanks.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

 

 

Similar Threads

  1. v139h Switch breadcrumbs
    By tilenk in forum General Questions
    Replies: 1
    Last Post: 13 Jan 2012, 03:23 PM
  2. Breadcrumbs
    By geeker in forum Customization from the Admin
    Replies: 9
    Last Post: 10 Mar 2011, 03:40 PM
  3. Breadcrumbs
    By grandpaj in forum General Questions
    Replies: 5
    Last Post: 8 Oct 2010, 04:16 AM
  4. Breadcrumbs?
    By RandyNiles in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 2 Mar 2009, 12:38 AM
  5. Breadcrumbs
    By maraud in forum General Questions
    Replies: 5
    Last Post: 23 Nov 2007, 04:25 AM

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