Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    May 2006
    Posts
    321
    Plugin Contributions
    0

    Default Nav bar/bread crumb question...

    I can't seem to get the first word in the bread crumb navigation to be the color I want it to be. I added this to the stylesheet and successfully changed the second (the default is the same color as the background, so I had to add this to change it), but the first one, though it shows the exact same thing when I look at it with the css viewer, will not show up in this color. Any suggestions?

    a:link, #navBreadCrumb {
    color: #d5b9e1;
    text-decoration: none;
    }

    a:visited, #navBreadCrumb {
    color: #d5b9e1;
    text-decoration: none;
    }

    Here's the link:

    http://www.sweetdigicreations.com/sh...roducts_id=215

    Any help is appreciated! Thanks!

  2. #2
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Nav bar/bread crumb question...

    Looks like they are all lavender to me in FF and IE. Have your cleared your browser cache?

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Nav bar/bread crumb question...

    Did you get this corrected?? I looked at your site just now and all BC's are the same color...is that not what you wanted?
    Zen-Venom Get Bitten

  4. #4
    Join Date
    May 2006
    Posts
    321
    Plugin Contributions
    0

    Default Re: Nav bar/bread crumb question...

    Maybe I'm not using the proper terminology? What I'm looking at is when you're looking at a product, the second bar, the one that shows Home::Category Name::Item Name. I can't see anything but the last word now. Can you?

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

    Default Re: Nav bar/bread crumb question...

    Yes, those are the breadcrumbs, and I too see them in ff just fine. Don't know what your problem could be as you seem to be using ff too.

  6. #6
    Join Date
    Oct 2005
    Location
    San Francisco
    Posts
    107
    Plugin Contributions
    0

    Default Re: Nav bar/bread crumb question...

    I see exactly what you are describing - if i click on a category, when I go to that page ie: home::freebies the word home has vanished into the header - the rollover makes it pop out. I am looking at your page in ff. I'm having the same issue. I settled for a selver color for now - it shows up on a white background like the categories box, and a dark background like the header, but I'm not happy with it. I'll be watching for someone's help too -
    John

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

    Default Re: Nav bar/bread crumb question...

    Your link came up with all parts of the breadcrumbs visible; but when I navigated to a product I could see the problem.

    Links which have been visited are appearing in the same color as your background. They do not do this until they have been explicitly visited. This narrows the field considerably - we need to find an "a:visited" class with color definition the same as your bg.
    Checking....

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

    Default Re: Nav bar/bread crumb question...

    These are all the relevant instances of color settings in your stylesheets, in order:

    body {
    color: #916E9C;

    a:link, #navBreadCrumb {
    color: #d5b9e1;

    a:visited, #navBreadCrumb {
    color: #d5b9e1;

    a:visited {
    color: #916e9c;

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

    a:hover, .category-top {
    color: #d5b9e1

    So breadcrumb links are not otherwise specified and use the basic link colors, ending up with visited being the same (#916E9C) as body color, which is appearing as the breadcrumb background.

    You define a:visited twice, and only the last one sticks.
    You also define a:hover twice, and it ends up the same color as a:link.

    Change those definitions as you wish to get visible colors; just be aware of where else links might be used without more detailed specification, as they will change too.

  9. #9
    Join Date
    May 2006
    Posts
    321
    Plugin Contributions
    0

    Default Re: Nav bar/bread crumb question...

    Okay, I'm not a total newbie, but I am learning as I go. I thought by adding the #navBreadCrumb behind it, I was specifying that I only wanted to affect those links. Is that not what I did? If not, can I do it? If that's what you're telling me in your post, I'm sorry, I'm feeling a little dense this morning :) .

    Thanks for your help!

  10. #10
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Nav bar/bread crumb question...

    Your syntax is not quite right.

    a:link, #navBreadCrumb a:link {
    color: #d5b9e1;

    a:visited, #navBreadCrumb a:visited {
    color: #d5b9e1;



    This is a good resource: http://www.w3schools.com/css/default.asp

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. bread crumb positioning
    By signify in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Feb 2011, 02:31 PM
  2. login box next to bread crumb nav
    By titter in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 5 Nov 2008, 01:44 AM
  3. How to get the header search bar into the nav bread crumb?
    By Mister-Norway in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Aug 2008, 01:59 PM
  4. bread crumb question
    By andy in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Feb 2007, 12:27 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR