Page 2 of 15 FirstFirst 123412 ... LastLast
Results 11 to 20 of 142
  1. #11
    Join Date
    Apr 2006
    Location
    Right Here
    Posts
    106
    Plugin Contributions
    0

    Default Re: Help with my logo banner!!!!!

    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

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

    Default Re: Help with my logo banner!!!!!

    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.

  3. #13
    Join Date
    Apr 2006
    Location
    Right Here
    Posts
    106
    Plugin Contributions
    0

    Default Re: Help with my logo banner!!!!!

    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

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

    Default Re: Help with my logo banner!!!!!

    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;
    Code:
    #navMain ul li a:hover, #navSupp ul li a:hover { color: #cacaca }
    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.

  5. #15
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Help with my logo banner!!!!!

    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

  6. #16
    Join Date
    Apr 2006
    Location
    Right Here
    Posts
    106
    Plugin Contributions
    0

    Default Re: Help with my logo banner!!!!!

    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

  7. #17
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,816
    Plugin Contributions
    0

    Default Re: Help with my logo banner!!!!!

    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!

  8. #18
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,816
    Plugin Contributions
    0

    Default Re: Help with my logo banner!!!!!

    This is your current image
    Attached Images Attached Images  
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  9. #19
    Join Date
    Apr 2006
    Location
    Right Here
    Posts
    106
    Plugin Contributions
    0

    Default Re: Help with my logo banner!!!!!

    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

  10. #20
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Help with my logo banner!!!!!

    Quote Originally Posted by classact View Post
    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........
    Look at the your current stylesheet, and the part marked with color below.

    about begin with line #33
    Code:
    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    	color: #5f0043;
    	}
    and about begin with line #277
    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;
    	}
    They controlled the colors of the nav bar.

    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;
    }

    Quote Originally Posted by classact View Post
    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
    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

 

 
Page 2 of 15 FirstFirst 123412 ... LastLast

Similar Threads

  1. Now a banner over my logo image PLEASE HELP!
    By noodles in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 Oct 2010, 11:22 PM
  2. Help with banner positioning.
    By chalfontgifts in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 6 Mar 2010, 10:24 AM
  3. Problem with Logo banner
    By Tiegirus in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 7 Jun 2009, 05:03 AM
  4. Need Help With Banner
    By MadPricerSales in forum Basic Configuration
    Replies: 3
    Last Post: 29 Mar 2009, 10:40 PM
  5. please help-banner and logo problem
    By gnplaza in forum Basic Configuration
    Replies: 4
    Last Post: 29 Jun 2008, 07:35 PM

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