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