Results 1 to 4 of 4

Thread: HybridMenu Help?

  1. #1
    Join Date
    Nov 2015
    Posts
    4
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Question HybridMenu Help?

    1) Script Title: Responsive Hybrid Menu

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...enu/index.html

    3) Describe problem: I have the menu working beautifully except for 2 issues when viewing on a mobile device. Please also see attached screenshot for clarification.
    Click image for larger version. 

Name:	screenshot.jpg 
Views:	166 
Size:	96.9 KB 
ID:	5744

    Issue 1: The background of the submenu is opaque and covers the left side of the text on the page when the menu is opened. Please, what part of hybridmenu.css needs to be changed or added to fix this? I have tried both background-color: rgba(0, 0, 0, 0.5); and background-color: transparent; to fix this, but evidently I am using the wrong code snippet or I am placing it in the wrong section.

    Issue 2: There is a separation of space at the top between the open menu and the logo/header when the menu is opened on mobile. How do I eliminate this?

    The test page is at: http://www.socalequine.com/2015MenuRemod/HybridMenu/board-cc.htm

    Thank you!!
    Last edited by Beverleyh; 11-20-2015 at 03:55 PM. Reason: formatting

  2. #2
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    A few points.

    1. You've forgotten to setup the wrapper div. From the demo page;
    Code:
    <BODY>
      <div id="wrapper">
    
       Your page contents here
       Your page contents here
       Your page contents here
       Your page contents here
    
     </div>
    </BODY>
    With this setup, you shouldn't have any background covering your content because the content will move over.

    2. You've forgotten the mobile meta tag so your web page isn't responsive on mobile devices. See the yellow/cream highlighted message on the demo page.

    Try to fix these first before you worry about the space between the open menu and the logo/hear as it may improve the situation. I can't see the gap currently (IE11) - is it showing in any particular browser?

    3. You have two excessively large blocks of keywords. Google "keyword stuffing" for more info - its a black hat practise and can get your site penalised or even completely removed from the search engines that use them. 8-12 keywords maximum is what you should be aiming for, and only once in your page.

    4. Validating your code will help with fixing formatting errors: http://validator.w3.org/check?uri=ht...Inline&group=0 Fix these and then see how things look again afterwards.
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  3. The Following User Says Thank You to Beverleyh For This Useful Post:

    WildYoungn (01-25-2016)

  4. #3
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    The Responsive Hybrid Menu seems to have a couple of annoying issues:
    1. When viewed on a vertically reduced laptop screen, the last items of long menu lists are out of sight and cannot be reached, because the sub items disappear as soon as the user scrolls down the page using the scroll bar.
    2. In that case, using the mouse wheel for scrolling doesn't help, because although the menu doesn't disappear, it doesn't scroll upwards.
    3. Scrolling the page upwards on a tablet (android or ios) produces the same problem as the one in #2: if the menu has many sub items, the last items cannot be reached because the menu is fixed.
    4. Extra problem with iPas Air: an opened menu does not close when we do a touch (tab) outside it.

  5. The Following User Says Thank You to molendijk For This Useful Post:

    WildYoungn (01-25-2016)

  6. #4
    Join Date
    Nov 2015
    Posts
    4
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Thank you for your help!

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
  •