Closed (works as designed)
Project:
Menu Views
Version:
7.x-1.3
Component:
Documentation
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2012 at 05:44 UTC
Updated:
24 Oct 2012 at 15:07 UTC
Hi
i am a beginner of using drupal cms.
i have some problem with menu view module.
i install menu view module and enable it.
i create new view(block) and attach it to one of the menu item in main menu.
but the menu view block is always appear without hover to the menu item.
i dont know why it was.
please suggest how to solve this.
i attach my page...
| Comment | File | Size | Author |
|---|---|---|---|
| menu_item_edit_page.jpg | 135.29 KB | Aung Pyae Phyo | |
| viewpage.jpg | 177.15 KB | Aung Pyae Phyo | |
| homepage.jpg | 236.58 KB | Aung Pyae Phyo |
Comments
Comment #1
Aung Pyae Phyo commentedComment #2
markhalliwellBy design, this module only provides basic HTML structure for inserting a view into the menu system. It does not actually style your [mega-]menu. If no styling exists in your theme or is not provided by a contributed module, the view will appear next to your menu item (which can often be a little confusing at first). It is up to the theme or contributed module to actually style the view to appear inside your menu. If the contributed theme or module implements drop down menus, using CSS or JavaScript, a new child selector (li > .view) must be included. The view can then be styled appropriately from there.
Comment #3
Aung Pyae Phyo commentedThanks a lot
i understand it now..
:)
Comment #4
markhalliwell