0
Can someone help me with the CSS code for drop-down menu?
Drop-down
5 Antworten
+ 4
Where is your code?
0
<ul>
<li>one</li>
<li>two</li>
<li>three</li>
</ul>
let the CSS of the menu be "display:inline" and the drop-down be in block.
0
Thank you so much
0
nice one