Hi I am in the process of developing a new joomla site from my own template I am trying to create a basic drop down menu for it I have created a parent and child menu items The problem is the child or sub menu item is always visible It is not hidden I only want it to show when the parent in hovered over or clicked I have messed around with certain setting in the parent menu but nothing has worked I am using joomla 3.3.6 and while I am using my own template I have tested the menu on the default beez template and getting the same thing
You can fix it with CSS like this: http://cssforge.com/snippets/create-a-simple-css-dropdown/ Or with jQuery and CSS: http://stackoverflow.com/questions/16081297/drop-down-menu-hiding-menus/16082421#16082421