Results 1 to 10 of 10
  1. #1
    Join Date
    Mar 2008
    Posts
    100
    Plugin Contributions
    0

    Default How can I change the look of the navigation side bar, to look like this

    Hello

    How can I change the look of the navigation side bar, to look like this:

    with different colors in each link
    Attached Images Attached Images  
    Last edited by paha; 10 Mar 2008 at 08:37 PM.

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

    Default Re: How can I change the look of the navigation side bar, to look like this

    You will have to create images for this
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Mar 2008
    Posts
    100
    Plugin Contributions
    0

    Default Re: How can I change the look of the navigation side bar, to look like this

    ok, no problem.

    and then, what should I do with them?

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

    Default Re: How can I change the look of the navigation side bar, to look like this

    Apply the image as a background image to the element you want it in with css
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Mar 2008
    Posts
    100
    Plugin Contributions
    0

    Default Re: How can I change the look of the navigation side bar, to look like this

    Quote Originally Posted by kobra View Post
    Apply the image as a background image to the element you want it in with css
    Interesting Idea,

    But I just see that if the links of categories increase or decrease, the image will not feet corectly.

    is nost pocible to add an image per link, so it is independet color for each link, category? so if I add a categorie or product the link image or background color will appear with it, or disappear if the category is deleted


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

    Default Re: How can I change the look of the navigation side bar, to look like this

    is nost pocible to add an image per link, so it is independet color for each link, category? so if I add a categorie or product the link image or background color will appear with it, or disappear if the category is deleted
    Not possible as the tag for these is the same
    Zen-Venom Get Bitten

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

    Default Re: How can I change the look of the navigation side bar, to look like this

    Categories Dressing has features and information that can help you achieve this.

    One option is simply using an ability built into tpl_categories.php for per-category styling (instructions given in the file's comments, and expanded on in the Cat Dressing readme.txt).
    Last edited by gjh42; 11 Mar 2008 at 09:26 PM.

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

    Default Re: How can I change the look of the navigation side bar, to look like this

    A close look at your example says that your best bet might be to make one background image for the whole box, and have it positioned relative to the bottom of the box. Then if a category goes away, the top color will move up & out of sight. Make the image with an extra color band at the top, and if you get another category, the whole image will move down to show the previously hidden color.

  9. #9
    Join Date
    Mar 2008
    Posts
    100
    Plugin Contributions
    0

    Default Re: How can I change the look of the navigation side bar, to look like this

    Quote Originally Posted by gjh42 View Post
    A close look at your example says that your best bet might be to make one background image for the whole box, and have it positioned relative to the bottom of the box. Then if a category goes away, the top color will move up & out of sight. Make the image with an extra color band at the top, and if you get another category, the whole image will move down to show the previously hidden color.


    Ok I will do it

    where I need to add the image to appear in the side box categories products?

    in a css ?

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

    Default Re: How can I change the look of the navigation side bar, to look like this

    Yes, you will call the background image in stylesheet.css.

    Given the design in your example, I would say to make the main bg image include the round corners at the bottom, and make a top image that has the black rounded corners but otherwise transparent.
    Code:
     ##########___
     /        \   top image
    
    
      ##########__
     /        \
    | ##########__ |  bottom image
     /        \
    | ##########__ |
     /        \
    | ##########__ |
     /        \
    | ##########__ |
     /        \
    |          |
     \##########__/
    Add to your stylesheet:
    Code:
    #categoriesHeading {display: none;}
    
    #categories {
        background: url(../images/catbottombg.gif) bottom center;
        }
    
    #categoriesContent {
        background: url(../images/cattopbg.gif) top center;
        }
    Last edited by gjh42; 12 Mar 2008 at 04:51 AM.

 

 

Similar Threads

  1. Replies: 4
    Last Post: 5 Jun 2011, 10:17 AM
  2. How can I make the attributes look like this?
    By Goetch in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Dec 2010, 08:51 PM
  3. Replies: 4
    Last Post: 19 Aug 2010, 04:10 AM
  4. How do I change the look of the search bar?
    By monkeypeach in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Oct 2008, 09:01 PM
  5. How Can I Create the Category list to look like this?
    By Robert T in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 2 Jul 2006, 08:46 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