This is my fiddle: http://jsfiddle.net/2xnow6f8/2/. What I am trying to achieve is: - on hover statement on li to show my submenu. I saw this post . I tried to reproduce it but with no result. Can someone help me with this ? This is the code:
ul.mainmenu li:hover + div.header ul.mainmenu li div.submenu {display: block}