Page 1 of 2 12 LastLast
Results 1 to 10 of 754

Hybrid View

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

    Default Re: Support for CSS Flyout Menu

    Done some more checking for ya. It IS the correct menu, so without loading the css correctly, I guess it CAN act that way.....sorry. I didn't take into account that it might could do that if the css didn't load.........so check it, as stated above.


    Also, on second look at your site, that's the Categories-Tabs Menu at the top of your site. You can turn that off in Admin>Layout Settings>Categories-Tabs Menu ON/OFF. set to 0.

    If you still can't get the Flyout Menu to work, give us another post, and we'll work until it does.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  2. #2
    Join Date
    Feb 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by Get Em Fast View Post
    Done some more checking for ya. It IS the correct menu, so without loading the css correctly, I guess it CAN act that way.....sorry. I didn't take into account that it might could do that if the css didn't load.........so check it, as stated above.


    Also, on second look at your site, that's the Categories-Tabs Menu at the top of your site. You can turn that off in Admin>Layout Settings>Categories-Tabs Menu ON/OFF. set to 0.

    If you still can't get the Flyout Menu to work, give us another post, and we'll work until it does.
    Thank you! Someone who actually supports their work, and understand "Open Source". Alright, now i'm a little forclempt and need a moment, Talk amongst yourselves. Let me give you a topic... CRE Loaded and the rat ##############s that take your money and offer no supporrt.....

    Alright now that that has passed, back to the CSS Flyout. I did downlaod it from the link you posted above and copied the files over as stated, but I had noticed in the forums earlier, that the .CSS or the .htc might not be in the correct place. It is still "out of the box" except I renamed the "YOUR_CUTOMS_TEMPLATE_NAME" folder to mistik to match my template.

  3. #3
    Join Date
    Aug 2007
    Posts
    109
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Hi,

    I have been trying to generate 3 different images..
    - an image for when there is no event.
    - an image for a roll over event.
    - an image for when there is no event but there is a link tree (i.e same as the first but with an arrow on.)

    so far i have only managed to get two images working...no event and roll over event. Can someone explain to me how to adjust my css code below to add an image when there is a a link tree.

    Thanks in advance!


    <code>
    body {
    behavior: url(./csshover.htc);
    /* WinIE behavior call */}

    div#nav-cat {
    width: 185px;
    margin: 0px 0 0 0px;
    background-color: #EBEBEB;
    font-weight:bold;
    color:#C6C6C6;
    text-align: right;
    line-height: 28px;
    background-image:url(../images/#);
    padding-bottom:20px;
    background-repeat: no-repeat;
    background-position:bottom;


    }
    div#nav-cat ul {margin: 0; padding: 0; padding-top: 0; width: auto; background-color: transparent;

    border-top:#;


    }

    div#nav-cat ul.level2 {background-color: ################;
    width:auto;
    }

    div#nav-cat ul.level3 {background-color: ################;
    width:auto;
    }
    div#nav-cat ul.level4 {background-color: ################;
    width:auto;
    }
    div#nav-cat ul.level5 {background-color: ################;
    width:auto;
    }
    div#nav-cat ul.level6 {background-color: ################;
    width:auto;
    }
    div#nav-cat li {background-image: url(../images/navbut.gif);

    position: relative;
    padding-right:0px;
    list-style: none;
    margin: 0px;
    margin-top: 0px;
    z-index: 20;
    height: 28px;
    width: 185px;
    /* change it to whatever space you want to put space between buttons*/}
    /* <---this line may help or hinder IE menu shifting issues */
    div#nav-cat li li {
    margin: 0px;
    /* this overrides the margin-top in the declaration above */
    }
    div#nav-cat li:hover {
    background-image: url(../images/b1_over.gif);

    }
    div#nav-cat li a:hover {color:#FFFFFF;


    }
    div#nav-cat li.submenu {

    background-color: transparent;


    }
    div#nav-cat li.submenu:hover {background-color: transparent;
    background-image: url(../images/b1_over.gif);

    }
    div#nav-cat ul {background-color: transparent;
    }
    div#nav-cat li a {display: block; padding: 0.25em 0 0.25em 2em;
    width: 150px;}
    /*border-left: 0.5em solid #BBB;}
    div#nav li a:hover {border-left-color: red;}*/
    }
    div#nav li a:hover {border: none;

    }
    div#nav-cat>ul a {width: 150px;
    }
    div#nav-cat ul ul {position: absolute; top: 0; left: 185px;
    display: none;
    }
    div#nav-cat ul.level1 li.submenu:hover ul.level2,
    div#nav-cat ul.level2 li.submenu:hover ul.level3,
    div#nav-cat ul.level3 li.submenu:hover ul.level4,
    div#nav-cat ul.level4 li.submenu:hover ul.level5,
    div#nav-cat ul.level5 li.submenu:hover ul.level6 {display:block;

    }
    </code>

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

    Default Re: Support for CSS Flyout Menu

    SpoOf, when did you download your copy? Is that the old one, or did you delete all the hints, as the new one is "color coded" to make it easier for you to find your way around each level.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #5
    Join Date
    Aug 2007
    Posts
    109
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by Get Em Fast View Post
    SpoOf, when did you download your copy? Is that the old one, or did you delete all the hints, as the new one is "color coded" to make it easier for you to find your way around each level.
    Ive played around with it to work with my template and looks like ive deleted the hints! Have i made it to complicated to implement the tasks i wish to achieve?

    Thanks for your speedy reply.

    Kind regards

  6. #6
    Join Date
    Aug 2007
    Posts
    109
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by Spo0f View Post
    Ive played around with it to work with my template and looks like ive deleted the hints! Have i made it to complicated to implement the tasks i wish to achieve?

    Thanks for your speedy reply.

    Kind regards
    Hi i have managed to solve it by playing around slightly more.

    Thank you for your help :)

    Kind regards.

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

    Default Re: Support for CSS Flyout Menu

    Sorry Spoof......looks like you posted about the time I went to bed. Glad to hear you got it, though.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  8. #8
    Join Date
    Feb 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Is it possible to use this same flyout menu for the information sidebox as well? If so, how would I go about doing that???

  9. #9
    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 darrin0 View Post
    Is it possible to use this same flyout menu for the information sidebox as well? If so, how would I go about doing that???
    Well, I don't know.....................what have you got in mind?
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  10. #10
    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 bwear View Post
    I had noticed in the forums earlier, that the .CSS or the .htc might not be in the correct place.
    Because of post #425 from dudemaan? That css error can be ignored. That property is only for IE to "flyout" the menu, and doesn't exist for other browsers, as they won't use it. You'll also find this question answered in the Horizontal Dropdown Menu thread, as it also uses the csshover.htc . You can also Google that error and find extensive reading on the topic.


    Quote Originally Posted by bwear View Post
    It is still "out of the box" except I renamed the "YOUR_CUTOMS_TEMPLATE_NAME" folder to mistik to match my template.
    O.k. and you've went through all your files afterward, and made sure that ALL 5 files are indeed in the correct places?
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

 

 
Page 1 of 2 12 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

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