I want to know if i can get the ul class productnav to dissappear until the mouse hovers over the product button? Also, I want the productnav ul to go off to the side like a
With ul.menu being the parent of all the others, but differing from your html approach in this : the submenus (ul
tags) are inside a parent's menu item (li
tag), which is more consistent with html requirements (a w3 recommendation, a question, or just test it in the validator).
So your example would become the following :