Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Marketplace » Customization, Design, Programming... »

Menu - parent, child, grandchild cascade change in rmenu


  #1  
Old Nov 21, 2010, 09:24 PM
theredone
 
5 posts · Jan 2010
Miami Beach
Menu - parent, child, grandchild cascade change in rmenu

I am using the Atahualpa 3.4.9 version. http://tammytibbles.com/test/ffschool/

I have a page menu header with parent, child, grandchild elements. Such as:
Parent
Child A
Grandchild A1
Grandchild A2
Grandchild A3
Child B
Grandchild B1
Grandchild B2
Grandchild B3
Child C
Grandchild C1
Grandchild C2
Grandchild C3

Right now they cascade only vertically. This causes the Grandchild list for Child A to cover up the other Children (B and C) when the mouse hovers over the first item in the list.

I want it to look like the lists on the rmenu site http://webhost.bridgew.edu/etribou/layouts/rMenu/ All of the child items in these menus are visible and the grandchildren do not float over the child list.

I have looked at the CSS info provided on the rmenu site and have experimented with some changes but have not found the right thing to do. Is there an additional HTML code I need to add?

My current CSS Inserts area reads:
Code:
td#header { 
padding-bottom: 15px; 
}
/* removing the padding here and putting them on the sidebars instead. That way the middle column aligns nicely with the header when there are no sidebars */
td#middle {
padding: 0;
}
div.searchbox-form {
margin: 5px 0 15px 5px;
}
div#menu1 ul.rMenu {
background: transparent;
border: none;
}
div#imagecontainer { 
border-top: solid 5px #333; 
border-bottom: solid 5px #333; 
}
div.widget ul li {
padding: 1px 5px 1px 12px !important;
background: url('<?php bloginfo('template_directory'); ?>/images/bullets/round-gray.gif') no-repeat 0 7px;
}
/* Adjustments for the menu bars, which in their default 
state have 1px borders plus -1px margins to avoid 1+1=2px 
borders between neighbor items. */
ul.rMenu-hor ul, ul.rMenu-hRight ul, ul.rMenu-hRight ul { margin-top: 0px; float: right;}
ul.rMenu-hor li { margin-bottom: 0px; margin-top: 0px; margin-left: 0px;}
ul.rMenu-hor { padding-left: 0px; }
ul.rMenu-ver li { margin-top: 0xp; }

div#menu1 ul.rMenu li a, div#menu2 ul.rMenu li a {
padding: 6px 10px;	
}
/* Space between items of page menu bar */
div#menu1 ul.rMenu li {
margin-right: 5px;
}
/* Reset margin for 2nd+ level items */
div#menu1 ul.rMenu li li {
margin-right: 0;
}
/* round corners for page menu bar items */
div#menu1 ul.rMenu li, div#menu1 ul.rMenu li a {
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
/* reset 2nd+ level */
div#menu1 ul.rMenu li li, div#menu1 ul.rMenu li li a {
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
I don't have any additional HTML or Java added.

Could you please provide guidance as to how to fix this?
  #2  
Old Nov 22, 2010, 03:18 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
what browser are you using? When I go to k-5 then Kindergarden then to Mrs Elm, I still see Mr Birch and Ms Poplar and I see Mrs Elm's sub menus
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks

Tags
child, grandchild, menu, parent, rmenu



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to turn link of pages in page menu on or off e.g. turn parent off & child on Deansta22 Page & Category Menu Bars 8 Jan 18, 2011 02:01 PM
[SOLVED] Background image of child items not the same as parent noahinBR Header configuration & styling 2 Feb 4, 2010 12:43 PM
Child pages don't keep parent page in menu highlighted ribbu Page & Category Menu Bars 12 Dec 15, 2009 12:43 PM
Redirect child pages to parent jkgourmet Page & Category Menu Bars 4 Oct 28, 2009 07:57 PM
Linking Parent item to 1st Child arch14 Page & Category Menu Bars 2 Aug 13, 2009 10:59 AM


All times are GMT -6. The time now is 06:23 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.