Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2004
    Posts
    130
    Plugin Contributions
    0

    Default future-zen template and css-flyout menu

    I've installed the CSS Flyout Menu on the Future_Zen template and found the bottom of the menu didn't show the bottom background graphic that all the other sideboxes did. Don't know if this is unique to my situation but if not here's what I did to make it show up:

    The flyout menu code doesn't reference the class sideBoxContent, and when I tried to insert a reference to it then the menu got messed up. What I did was add the following new class to the stylesheet:

    .menubottom { /* added by den for flyout menu */
    background-image:url(../images/sidebox_bottom.gif);
    background-repeat:no-repeat;
    background-position: bottom;
    padding-top: 1.3em;
    }

    Then in the future_zen/sideboxes/tpl_categories_css.php file I added the following near the bottom (line 56):

    I changed $content .= '</div>';

    to

    $content .= '</div><div id="for-menubottom" class="menubottom"></div>';

    Tweaking the padding in the stylesheet code above may be needed, and you may want to customize the bottom graphic also specified in the stylesheet code above.

    Hope this helps someone.
    Dennis

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: future-zen template and css-flyout menu

    Nicely done Dennis and thanks for posting so that others can see how it's done.

    Is there a link where we can admire your handywork in action?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Jul 2004
    Posts
    130
    Plugin Contributions
    0

    Default Re: future-zen template and css-flyout menu

    Thanks for the kind words. You can see the updated menu at http://www.ClickHereForAGreat.com/cart

 

 

Similar Threads

  1. Flyout Menu CSS For My Template.
    By NathanLee0921 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 May 2010, 01:24 AM
  2. How to Remove Zen-Cart Logo from CSS Flyout Menu
    By bsteinagel in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 16 Jan 2008, 12:08 PM
  3. UK template and Future Zen
    By Jimbo in forum Addon Templates
    Replies: 5
    Last Post: 17 Aug 2006, 06:17 PM
  4. css row changes with Future Zen template
    By hsitz in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 13 Aug 2006, 05:28 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