Hello my name is Alexandre and i have spent the past 2 and a half hours trying to figure out how to create a drop down menu with css on a preexisting word in a list.

<div id="menu">
		<ul id="main">
			<li class="current_page_item"><a href="#">Homepage</a></li>
			<li><a href="#">Treatments</a></li>
			<li><a href="#"> Locater</a></li>
		</ul>
	</div>

I am trying to make both "treatment" and "locater" drop down menus. Can anyone please help me.

Cheers
Yeelen

Recommended Answers

All 4 Replies

Thank you very much this helps a lot.

chromemenu.zip

Please check the attachment for drop down and let me know it is need to you

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.