Hello Guys, I am in need of some urgent help with CSS. I am having very basic knowledge about HTML and CSS. I have made a site from a HTML template. But I need to have a drop down menu in the menu items when we hover on it. Its same like the drop down menu available in Digital point forums. When we hover our mouse say suppose on forum we get the drop down menu. I need something same like that. If someone wants to help me I will also provide the CSS file as well as the HTML.. I would really appreciate if someone help me in this. Please consider my request. Thank you.
couldn't you google CSS menu? Basically menu's aren't heard to build if you know what you're doing. But without any html or css, it would be hard to give any advise
I have googled but I cant understand as I have no good knowledge about CSS. If you can help (I would greatly be thankful to you) I shall provide you the HTML as well as CSS code.
This is pretty easy. All you have to follow this simple structure for a dropdown menu: <ul> <li>menu items <ul> <li>sub-menu items</li> </ul> </li> </ul> Code (markup):