I currently have a vertical menu on my website and I am looking to implement a dropdown system for some of the links. I came across an example on the internet that inspired me: http://jsfiddle.net/4jxph/3018/ However, I specifically want a full-width submenu similar to the dropdown system used by Sony: Sony. I have attempted to create a full-width dropdown menu myself using this code: http://www.jsfiddle.net/3aK9k/4.
Essentially, what I desire is for the submenu to appear seamlessly when hovering over the content without any abrupt movements. While I believe this is achievable, my current understanding of JS and jQuery is limited.
If anyone can provide guidance on how to achieve this effect, I would greatly appreciate it.