Page 39 of 76 FirstFirst ... 29373839404149 ... LastLast
Results 381 to 390 of 754
  1. #381
    Join Date
    Jun 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    I am sorry I did not realize that part. Is already working.

    Thank

  2. #382
    Join Date
    Sep 2009
    Posts
    95
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Hi there,

    I just installed the flyout menu, which is awesome. I really want to keep things simple... no color changes in the hover background colors. But I would like to add a bold text hover effect to the menu when the category's submenu is open.

    Is this possible from the flyout css, or do I work that out in the template stylesheet?

    And, if possible, can anyone tell me where, and what to add to the css?

    very best to all,
    ilsita

  3. #383
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by ilsita View Post
    And, if possible, can anyone tell me where, and what to add to the css?
    It is better to make all changes in the menu's stylesheet.
    Please get a free text editor, since there are many ways to render bold text, some are static and some dynamic.
    Do a search on .em, this is a dynamic thing relative to your base font.
    If you just want a small increase you should use something like font-size: 1.1em; on div#nav-cat li:hover
    This is relative to the font-size in div#nav-cat, if it is set to 1.3, you should NOT set your hover to 1.4, just set it to 1.1.
    Entendiste?

  4. #384
    Join Date
    Sep 2009
    Posts
    95
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by ckosloff View Post
    Entendiste?
    Oddly enough, I think I do. I'll go in and see what I can pull off.

    Gracias!

  5. #385
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Support for CSS Flyout Menu

    1.1 is just an example, you can use 1.05, etc.

  6. #386
    Join Date
    Sep 2009
    Posts
    95
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Thanks, ckosloff.

    I think all the emphatic messages in the flyout menu css are freaking me out a little. Do I touch or not? Multimple exclamation points make me nervous

    I see that some elements must be edited in the template, and some in the flyout, but I am at a loss as to what to edit where. Is there some rule of thumb about this?

    What I want, specifically, is to make my flyout menu subtle, clear, functional and pretty. So, I want light shades, bold text hover effects (rather than bright background color changes). I'd like to be able to include a small arrow or gif to indicate that a subcategory has a submenu.

    So, I want to be able to use hex colors, and image files, etc. Can all this be accomplished in the flyout file? Supposed I wanted to change the solid border to a tiny dotted gif?

    Very best,
    ilsita

  7. #387
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by ilsita View Post
    Thanks, ckosloff.
    Supposed I wanted to change the solid border to a tiny dotted gif?
    This is of course possible with css, but, like I said, get a style editor, that will give you all the options.
    Regarding emphatic messages, I don't know what you are talking 'bout, cause I never read the last incarnation of this menu.
    Regarding the small arrow, transparent .png, etc. I am working on a new version of this menu, which will have two modes: with images (transparent .png, etc.), and pure css.
    Either you wait for it, or you get a style editor and dive right into it.
    If you want a preview of what I am working on:
    http://www.cssplay.co.uk/menus/anywidth-flyout.html
    That site is awesome.

  8. #388
    Join Date
    Sep 2009
    Posts
    95
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Goodmorning ckosloff,

    Oh, awesome, thanks for that link. That's exactly the kind of thing I have in mind. Very nice. I will both wait and dive in with a style editor.

  9. #389
    Join Date
    Apr 2009
    Posts
    60
    Plugin Contributions
    0

    help question Re: Support for CSS Flyout Menu

    I have just installed 1.3.8 zen cart and I am trying to install the drop down menu CSS Flyout Header 1.5. I have installed all the files in the correct directories in my over ride, double checked them all.

    Do note I am creating this site on a dedicated IP address because the domain is live on another server.

    I commented out the .htaccess file where it point to the different formats of domain addresses. Not sure if that is the issue. Did add the last line to the .htaccess file

    I do not see the ezpages_drop_menu.php in my Layout Boxes controller...

    any ideas to what this problem could be? All help is appreciated.

    http://64.202.170.199/ is the url.

    Thank you for any help.

    Need to get this up ASAP!

  10. #390
    Join Date
    Sep 2009
    Posts
    95
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Just to be a little more specific, this is the type of emphatic message I was talking about (and have a question about):

    div#nav-cat li a {background-color: transparent; /*<---This will set the background color of the WHOLE MENU, EVERY LEVEL, SYSTEM WIDE!!! If you want different colors, DON'T CHANGE THIS!!! */
    display: block;
    padding: 0.25em 0 0.3em 0em;
    text-decoration: none;
    width: 100%;
    color: white; /* sets the font color of the menu, SYSTEM WIDE!! In order to over-ride the font colors for the menu, and have different
    colors for each level, such as font color changing when you hover, you need to remove any MENU colors referred to in your
    stylesheet.css, as they over-ride this stylesheet! (includes/templates/YOUR_TEMPLATE/css/stylesheet.css) */
    Now, when I look at the flyout menu, as it appears on my website, unedited, the text is indeed white. Whatever colors I had sepcified in my template stylesheet seem to have been overridden, despite what it says here.

    When I look in my template css, I know where to find the column text color, but I'm wondering if this is different from "menu colors." The template I'm using doesn't seem to have any "menu" item color options. I don't want to de-activate the wrong thing.

    Also, I'm not sure how to "remove any MENU colors." Do I simply delete the line altogether? Just the color line, or also the text-decoration and size lines? I mean, everything to do with the text?

    Thanks for any insight into this.

    Also, ckosoff, I got a css editor (I had no idea! holy cow...). Very good suggestion. Thanks.

    ilsita

 

 
Page 39 of 76 FirstFirst ... 29373839404149 ... LastLast

Similar Threads

  1. v151 How to uninstall CSS Horizontal Drop Down Menu (CSS Flyout Header 1.5)
    By cmike in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 Feb 2014, 07:39 AM
  2. Flyout Menu CSS For My Template.
    By NathanLee0921 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 May 2010, 01:24 AM
  3. Extra text or image inbetween categories for css flyout menu?
    By arniesbarmyarmy in forum Addon Sideboxes
    Replies: 0
    Last Post: 23 Nov 2009, 10:30 AM
  4. css flyout menu (for side nav)
    By gsdcypher in forum General Questions
    Replies: 0
    Last Post: 3 Dec 2007, 12:10 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