Page 26 of 76 FirstFirst ... 16242526272836 ... LastLast
Results 251 to 260 of 754
  1. #251
    Join Date
    Mar 2009
    Posts
    21
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    I installed the categories flyout module. I modified the buttons to better suit my site and functionality works just fine.

    However on the aesthetics side, I have these rather ugly yellowish lines surrounding my categories.



    Reading through the files, tpl_categories_css.php has the following comment:

    // May want to add ............onfocus="this.blur()"...... to each A HREF to get rid of the dotted-box around links when they're clicked.
    // just parse the $content string and insert it into each A HREF tag
    I'm assuming this is telling me how to fix the issue, but I have no clue where to start looking for the $content strings. The statement
    really isn't that clear. (Keep in mind I gave up html back when Netscape 2.0 was brand new and in beta and CSS is alien to me. I'm a firefighter not a programmer. )

    Any clues, hints, answers, something?

    The next issue, how can I left justify the text on the buttons. The centering isn't that pleasing to me.

    I'd really love to have a menu like this one:



    Though in the light grey of course. But that's wishful thinking and as long as I get rid of the yellow lines I'm happy with the look so far.

  2. #252
    Join Date
    Mar 2009
    Posts
    21
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Bleh, I hate replying to myself, but there is no edit post function on my above post. (Weird)

    After staring at the css file for an hour or so I figured out what was going on. My original confusion with justifying the text stemmed from the fact I was editing the local file and not the remote file on the server, thus no reflection of my changes on the server. DOH!

    While realizing that I caught the section that controlled those ugly yellow lines, well solid-tan according to the css. They're gone too!

    This is about I started getting the hang of that particular css file and things started to shape up the way I wanted them. Still not 100% perfect, but it's much better than it started.

    Now on to the next tweak. (And here I thought I was done adding/changing functionality 2 days ago! )

  3. #253
    Join Date
    Nov 2007
    Posts
    260
    Plugin Contributions
    0

    application error Re: Gap between sub menus

    My template is designed to widen to hole screen width.
    Problem is on wide screen monitors.

    When clicking on the menu to get sub menu visible the sub menu has too large gap to the root menu.

    Problem comes when user moves cursor to the cap to reach the sub menu, the sub menu dissapears.

    This is cause menu thinks user is hoovering out of the menu.

    Any ideas how to make the gap fixed to small value?

  4. #254
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,372
    Plugin Contributions
    4

    Default Re: Gap between sub menus

    Quote Originally Posted by marksu View Post
    My template is designed to widen to hole screen width.
    Problem is on wide screen monitors.
    When clicking on the menu to get sub menu visible the sub menu has too large gap to the root menu.
    Problem comes when user moves cursor to the cap to reach the sub menu, the sub menu dissapears.
    This is cause menu thinks user is hoovering out of the menu.
    Any ideas how to make the gap fixed to small value?
    You have posted this question before, it is a CSS issue.
    In order to avoid this kind of problem you should set your CSS to work with no gaps at all.
    You don't know if users will be looking at your site with a wide screen, so you cannot work for that scenario.
    You will have to work on your stylesheet.
    I suggest using a style editor that will show results in real time, without saving.
    I use Top Style Pro, there may be others.
    Try commenting out all paddings and margins.
    See how it looks and then add them one at a time, until you get the look you want.

  5. #255
    Join Date
    Nov 2007
    Posts
    260
    Plugin Contributions
    0

    Default Re: Gap between sub menus

    Thank you for your reply.
    Yes I know it is css issue and was hoping somebody already had it solved as it is a bad feature effecting all users.
    I will try to solve it on my own then and also taking in consideration your tips.
    Thank you for your reply.

    marksu

    Quote Originally Posted by ckosloff View Post
    You have posted this question before, it is a CSS issue.
    In order to avoid this kind of problem you should set your CSS to work with no gaps at all.
    You don't know if users will be looking at your site with a wide screen, so you cannot work for that scenario.
    You will have to work on your stylesheet.
    I suggest using a style editor that will show results in real time, without saving.
    I use Top Style Pro, there may be others.
    Try commenting out all paddings and margins.
    See how it looks and then add them one at a time, until you get the look you want.

  6. #256
    Join Date
    Jan 2007
    Posts
    1,484
    Plugin Contributions
    10

    Default Re: Gap between sub menus

    Quote Originally Posted by marksu View Post
    Thank you for your reply.
    Yes I know it is css issue and was hoping somebody already had it solved as it is a bad feature effecting all users.
    I will try to solve it on my own then and also taking in consideration your tips.
    Thank you for your reply.

    marksu
    Try giving your #nav-cat ul ul a negative left margin. Mine is is like this:

    #nav-cat ul ul {
    position:absolute;
    top:5px;
    left:149px;
    display:none;
    margin-left:-7px;
    }

    Zen Cart and it's community are the best!!

  7. #257
    Join Date
    Mar 2009
    Posts
    51
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Hey my buttons are not "flying out"

    Why is this?

    I am pretty sure I put all the files where they were supposed to go. All I have are static buttons with the same blue/green but not any "movement" any ideas?

  8. #258
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,372
    Plugin Contributions
    4

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by Caralyn View Post
    ...any ideas?
    Link to your site, please.

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

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by Caralyn View Post
    Hey my buttons are not "flying out"

    Why is this?

    I am pretty sure I put all the files where they were supposed to go. All I have are static buttons with the same blue/green but not any "movement" any ideas?

    Yes, a link to your site would be very helpful. Double check all your files, to make sure that they all got put in the correct place. When we have a link to your site, I can fix the css, and give you a copy.

    Hope this helps.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  10. #260
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,372
    Plugin Contributions
    4

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by Get Em Fast View Post
    Hope this helps.
    I can't believe you are back. Is it really you?

 

 
Page 26 of 76 FirstFirst ... 16242526272836 ... 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