Thanks Mike....That worked.
Does anyone know how to put a white line between Home and Log In on the top banner.....Please Help
God bless
Joseph
www.mydoggilicious.com
Thanks Mike....That worked.
Does anyone know how to put a white line between Home and Log In on the top banner.....Please Help
God bless
Joseph
www.mydoggilicious.com
Where you aware that your custom map doesn't vertically align to the top in Firefox? It may look great in Explorer, but sadly it is a poor excuse for a browser.
There are a couple of immediate stylesheet.css errors, but oddly I couldn't find your sheets using the dev tools and the page source left me with no clues either.
Sketchy,
What do you mean to all your saying? You said.... There are a couple of immediate stylesheet.css errors, but oddly I couldn't find your sheets using the dev tools and the page source left me with no clues either. What are my stylesheet.css errors and how do I fix them......Do you know how to put a white line between Home and Log In on the top banner.....and also keep the word home and log In white instead of a hover effect.......www.mydoggilicious.com/cart Please Help......Thank you and God bless
Joseph
Hi Joseph. Ugghh, I blame Firefox for that... disregard the above, I'm not sure what really happened there, but all is well now.
I'll change the hover color to an greyish color for you, drop this into your stylesheet.css;
For the vertical lines, I'll get back to you on that... may take a bit of work to come up with something that passes validation.Code:#navMain ul li a:hover, #navSupp ul li a:hover { color: #cacaca }
You may try my approach or it can be achieved by style it by css.
My approach
Separate spacing between Home Log In Shopping Cart Checkout
For the solution by stylesheet you can search for it.
Hope this help.![]()
.
A New Starter again
seethrou,
Thank you for both of your help... I got it Praise God..... another one off my list of things to do.....another question if you guys know.... how do I link my home products and contact us buttons in my banner to go the right page..... right now they all go to home...... please help.... www.mydoggilicious.com/cart
Thank you and God bless
Joseph
Those buttons at the top look good but there not real buttons. They are part of the logo image so since they are part of the image and the image links to the cart front page thats where you end up.
You'll have to some work to it and make an image map and define the buttons as seperate images and then tie the link to them......ok your goin to ask me how......I haven't messed with image maps yet so maybe somebody else will ride to the rescue on this one
Last edited by barco57; 26 Oct 2006 at 08:52 PM.
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
This is your current image
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
Hey Mike,
Thanks for getting back with me.... yes I was going to ask how do I do that.... but since we both don't know I'll ask you another question.... Two things. My home and log In buttons are white and thats ok with me, but when my mouse goes over it, changes to another color. I would like it to stay white all the time... Do you know........Next question the two side boxs that says Information and more information the text is blue I would like to change color on them, how do I do that...... Please help
If you find out how to do the banner links please let me know.
Thank you and God bless
Joseph
Look at the your current stylesheet, and the part marked with color below.
about begin with line #33
and about begin with line #277Code:a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover { color: #5f0043; }
They controlled the colors of the nav bar.Code:#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a { text-decoration: none; padding: 0em 0.5em; margin: 0; color: #ffffff; white-space: nowrap; }
May be you can separate them and style it.
Or, put the code below in the end of your stylesheet and adjust it for your taste.
Code:#navMain ul li a { color: white; } #navMain ul li a:hover { color: yellow; }
You may try, put the code below to the end of your stylesheet.
Of course it just for example, style it for your taste.
Code:#informationContent a, #moreinformation a { color: #41533C; } #informationContent a:hover, #moreinformation a:hover { color: red; }
Last edited by seethrou; 27 Oct 2006 at 12:15 AM. Reason: Add info, remove typo.
A New Starter again
Bookmarks