Few questions regarding a submenu

Hello everyone,
I’m working on a new design for my site here: http://old1.petpal.co.il/
I got a few questions regarding the submenu (when you hover the 3 bars icon):

  1. Is using css visibility attribute still a valid thing to do? againts using display:block/none
  2. What do I need to do in order to make the submenu relative to the main menu? I want it positioned excactly where it is now but without having to calculate fixed top distance etc, as the menu itself isn’t a fixed height.
  3. Since there’s a few pixels gap between the 3 bars icon and its submenu, the menu starts to fade out if you move the mouse towards it, even if your intention is indeed to use the navigation menu, is there a way to handle it? my guess is to add a few seconds delay when the user hovers out the bars icon and until the menu will actually start to fade if thats possible with CSS.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.