help!! coding advanced drop down menu

Status
Not open for further replies.

zynischen

New Member
Messages
38
Reaction score
0
Points
0
hello

i need help to make a drop down menu
pictures explain more better then words

basicly i want to do this in html and css

the button

button.png


when clicked on does this

nadv.png


And if possible with it says edit and friends a have another menu drop out from there.

Just think of it as the windows start bar thingy.

If you can help us it will be appreciated



thanks
 

marshian

New Member
Messages
526
Reaction score
9
Points
0
You'll have to script this in javascript.
Something like that menu already on the page, but with "visibility:hidden" so the user doesn't see it. Then a javascript function to set the visibility to visible when the user clicks on the button.
 
Status
Not open for further replies.
Top