Results 1 to 3 of 3

Thread: test menu - entire page slides

  1. #1
    Join Date
    Jun 2012
    Location
    White Salmon, WA
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default test menu - entire page slides

    1) CODE TITLE: test page

    2) AUTHOR NAME/NOTES: Dean Myerson

    3) DESCRIPTION: This is a drupal site and I have a function that pulls the hierarchical taxonomy out of the database and sets it up for ddsmoothmenu. The menu is working fine, but the entire page slides when hovering over a parent entry. I am submitting this so that I can ask for help on the forum. The url of the test page is below.

    4) URL TO CODE: http://www.theportalusastore.com/node/223

    or, ATTACHED BELOW (see #3 in guidelines below):

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    .

    Your page is in violation of Dynamic Drive's usage terms, which, among other things, state that the script credit must appear in the source code of the page(s) using the script. Please reinstate the notice first.


    I think you're having your code create many more class="ddshadow toplevelshadow" divs than are required for this script. But having even one might be too many because they're in the flow of the page. It doesn't look like you're using them though. In any case, simply adding this:

    Code:
    .ddshadow {position: absolute;}
    to the stylesheet seems to take care of the problem.

    If you are trying to use them, something more needs to be done.

    You're supposed to include ddsmoothmenu.css even if you're only using the vertical menu. That will also fix the problem and bring the shadows to the menu. But something else is off if you do that. It looks like something is overriding:

    Code:
    list-style-type: none;
    But I can't find it, it might be something else creating what looks like circles (discs) as the list-style-type for the menu.
    Last edited by jscheuer1; 06-26-2012 at 04:03 PM. Reason: saw usage terms violation, missing stylesheet
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jun 2012
    Location
    White Salmon, WA
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the help. Problem resolved (and credit posted in page source).

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
  •