July 14, 201115 yr Hello, fellows! A bit dummy question but I am a newbie in Web development. Right now I am working on my first non-for-profit project and would like to ask for a help in here! I have a dream! ...problem. Need to make drop down vertical menu, but all the tutorials over the net doesn't seem to solve my problem. I have attached an image of how everything should look. Green stroke shows the main parent list items. The Red stroke shows nested ul.child element with list-items inside. I need this ul.child element: Appear right on the right of it's parent item. Hide it while not hovered Unhide ul.child on mouse over the parent item Do everything so it would be compatible with all the browsers (CSS+jQuery) Drop shadows? (optional, just was thinking) I would appreciate if someone would help me or point me to reliable and trusted sources. Thanks, guys! Yerlan
July 14, 201115 yr Here is a tutorial: http://tutorialzine.com/2010/06/css3-minimalistic-navigation-menu/ ONLY with CSS3, No jQuery or something else. Play a little with the code in the tutorial and you'll get also a second and third child
July 16, 201115 yr Author Here is a tutorial: http://tutorialzine.com/2010/06/css3-minimalistic-navigation-menu/ ONLY with CSS3, No jQuery or something else. Play a little with the code in the tutorial and you'll get also a second and third child Thanks a bunch! Will get to know this way!
Create an account or sign in to comment