please i need someone to give me a simple step by step tutorial on how to develop Css menu dropdownlist in ASp.net
i am a newbie in asp.net. i have tried so many tutorial but i could not still achieve what i want. steps of doing that i want:
1.i have addded a new asp.net web site

2.what next

3.
.
.
.
please help me out

I created it today with CSS and javascript. Use two events - onmouseover, onmouseout. When event is triggered menu, there should be a javascript function that will show/hide submenu.

function show() {
    // To hide submenu change block to none
    document.getElementById("element").setAttribute("display", "block");
}
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.