how do i move the breadcrumb trail links into the header nav? right now it's right below the nav on my site, i would like the links to show up in the black bar that is also holding the "search".
this is the last thing on the main page i need to fix!![]()
how do i move the breadcrumb trail links into the header nav? right now it's right below the nav on my site, i would like the links to show up in the black bar that is also holding the "search".
this is the last thing on the main page i need to fix!![]()
so after killing my brain forever trying to figure this out.. i finally got it to at least look how i want. who knows if it's right....But here's what I did...
I changed this:
#navBreadCrumb {
margin-top: 0px;
background-image:url(../images/centercolumn_capsule.gif);
background-repeat:no-repeat;
background-position:center;
font-size: 10px;
font-weight: bold;
color: #000000;
padding: 0.5em 0 0.5em 1.5em;
}
To This: (lines with a * in front are the lines I changed)
#navBreadCrumb {
* margin-top:-21px;
* background-color:transparent;
* /*background-image:url(../images/centercolumn_capsule.gif);*/
background-repeat:no-repeat;
background-position:center;
font-size: 10px;
font-weight: bold;
* color: #ffffff;
padding: 0.5em 0 0.5em 1.5em;
}
and then also had to change the links so the visited ones would show up
So I added this:
a:visited, #navBreadCrumb a:visited {
color:#ffffff;
}
and i just checked this in Internet Explorer and....LINKS DON"T SHOW UP....
GREAT! i'm glad firefox is the only one any of my stuff works in... ARGH!
Did you change something? Because, I don't see any links in Firefox concerning that nav bar.![]()
Being my typical self, I overlooked what you were talking about and built a header navigation bar with EZ page links in it. It was perfect, but gosh, what a waste of time apparently. That'll teach me to focus on my reading skills. I was so proud of myself and happy to relay some good news, until I re-read your project intentions and I've got another misguided creation to toss into the scrap bin on my desktop. I finally saw what you meant, but I just don't know why I thought "EZ Pages".
I may start over, just for the let down.![]()
I'm just too nice(I know, I know)... your new tested mod is ready for delivery.![]()
PM me with your email address and I'll send out the goods. If you are feeling generous, you can always donate something back to the Zen Cart team.
Hey, were you aware that your log in doesn't work... it's just a plain black page. I couldn't get any text to highlight, so I checked your page source and a problem revealed itself.