Page 15 of 24 FirstFirst ... 51314151617 ... LastLast
Results 141 to 150 of 240
  1. #141
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Css Flyout Categories Menu troubles

    Quote Originally Posted by motti View Post
    [FONT=Times New Roman]Hi Get Him Fast and Clyde[/FONT]
    [FONT=Times New Roman][/FONT]
    [FONT=Times New Roman]Thank you both, for the info Get Him and Clyde for the help [/FONT]
    [FONT=Times New Roman][/FONT]
    [FONT=Times New Roman]Last think I need on this mod ( or my mod ) is how can I make large space or even an Empty box between my category list to the Special., New Product Etc...[/FONT]
    [FONT=Times New Roman]Or maybe I shouldn’t say last think, there is always something new coming up [/FONT]
    in stylesheet_categories_menu.css add the following:

    Code:
    #spacing {
    padding: 0.2em 0;
    border: 3px solid #fff;
    }
    Now in tpl_categories_css.php find this line of code:

    Code:
        $content .= '<ul class="level1"><li><a href=""> </a></li></ul>';  // insert a blank line/box in the menu
    and change it to read:

    Code:
      $content .= '<div id="spacing">&nbsp;</div>';  // insert a blank line/box in the menu

  2. #142
    Join Date
    Feb 2007
    Location
    Los Angeles
    Posts
    359
    Plugin Contributions
    0

    Default Re: Css Flyout Categories Menu troubles

    Ty Clyde

    It is looking great

    You are the best

    Thank you

  3. #143
    Join Date
    Aug 2006
    Posts
    166
    Plugin Contributions
    2

    Default Re: Css Flyout Categories Menu troubles

    hi
    does somebody can help me in solving this problem:
    I have a site with two languages, I want to have some categories for a language but not for the others, the problem is that category flyout shows a blank row for this not translated category, any idea to resolving this problem?
    the same problem I have in another site with multisite module, normal category sidebox works with filter function of multisite module, but flyout doesn't work and shows all categories eben filtered categories.
    2- I got already the solution to get subcategories from right to left from Dr.Byte, but for the header css flyout, I don't find any place to change float, or etc, every changes I ried didn't work, any idea about this too?

    thanks iin advance
    reza

  4. #144
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Css Flyout Categories Menu troubles

    reza, could you post a URL so we can see this, please? I think I know what you are trying to do, but I want to make sure.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #145
    Join Date
    May 2005
    Location
    England
    Posts
    676
    Plugin Contributions
    0

    Default Re: Css Flyout Categories Menu troubles

    I have just implemented this fantastic mod. It is great in IE. Bear in mind that this could be specific to me, but in Firefox, the side menu is dark blue - it doesn'thave the image rollovers. It looks like it is CSS styled.

    http://www.thegemtree.com/

    appreciate any help with this.

  6. #146
    Join Date
    May 2005
    Location
    England
    Posts
    676
    Plugin Contributions
    0

    Default Re: Css Flyout Categories Menu troubles

    **** SORRY IGNORE THAT, I CANNOT EDIT AND REMOVE THE ABOVE ****
    it is working fine in firefox. For some reason, firefox was not showing it right for a little while

  7. #147
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Css Flyout Categories Menu troubles

    Quote Originally Posted by HeathenMagic View Post
    I have just implemented this fantastic mod. It is great in IE. Bear in mind that this could be specific to me, but in Firefox, the side menu is dark blue - it doesn'thave the image rollovers. It looks like it is CSS styled.

    http://www.thegemtree.com/

    appreciate any help with this.
    Quote Originally Posted by HeathenMagic View Post
    **** SORRY IGNORE THAT, I CANNOT EDIT AND REMOVE THE ABOVE ****
    it is working fine in firefox. For some reason, firefox was not showing it right for a little while
    Thanks for the compliment. Just thought the colors were a little off for your site. Of course, you can replace those 2 images with any you like.......or if you like those buttons, and not the colors.....guess what?......I made you some that matches your site a little better. You might have to change the color of your text, though. Anyway, here they are:
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	b1.gif 
Views:	297 
Size:	2.0 KB 
ID:	1928   Click image for larger version. 

Name:	b1_over.gif 
Views:	297 
Size:	2.0 KB 
ID:	1929  
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  8. #148
    Join Date
    May 2005
    Location
    England
    Posts
    676
    Plugin Contributions
    0

    Default Re: Css Flyout Categories Menu troubles

    Thankyou so much for that I am most grateful.

    I am hesitant in asking for your help further, but I have been looking for nigh on two hours. lol

    I figured now that the css flyout sidebox text colour is defined somewhere.

    I tried to add color: #000000; to the relevant place in stylesheet_categories_menu.css but it doesn't have any effect.

    I have figured that if I change a component in the main stylesheet.css, it will change the colour, but all of the site links also.

    I am wondering if I may have missed something in my limited knowledge.

    Thanks once again,

  9. #149
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Css Flyout Categories Menu troubles

    Your quite welcome. And, nope.....you haven't missed anything, as far as I know. It's all controlled from the stylesheet.css, unfortunately. Maybe somebody like DrByte could elaborate on this issue a little further. I'm sure it could somehow be separated from the other links, but I haven't figured it out, yet. Just like that STUPID little blank menu that's been driving me crazy! I WILL figure that one out..........someday.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  10. #150
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Css Flyout Categories Menu troubles

    The "link" text color(s) are defined in the main stylesheet.css

    Code:
    a:link, #navEZPagesTOC ul li a {
    	color: #000;
    	text-decoration: none;
    	}
     
    a:visited {
    	color: #000;
    	text-decoration: none;
    	}
    
    a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    	color: #000;
    	}
    
    a:active {
    	color: #000;
    	}
    You can control the categories text color(s) by adding a color: #000; attribute to each "a" declaration in the flyout menu stylesheet. This will then only affect the text color(s) in the flyout menu and not do anything to other text links.

 

 
Page 15 of 24 FirstFirst ... 51314151617 ... LastLast

Similar Threads

  1. CSS flyout menu- categories box
    By partyparcels in forum Addon Sideboxes
    Replies: 3
    Last Post: 13 Apr 2008, 12:06 AM
  2. CSS Flyout Menu - separate to two main categories
    By TomCZ in forum General Questions
    Replies: 0
    Last Post: 17 Mar 2007, 08:07 PM
  3. CSS Categories Flyout Menu - ie/firefox display problem
    By Still Crazy in forum Addon Sideboxes
    Replies: 4
    Last Post: 18 Dec 2006, 03:30 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