Can someone point me in the right direction as to where I would look up how to make a button (on my HTML page) display a layered menu when it's rolled over? Is it Java? or can it be done it HTML? What tags should I read up on?
Thanks
Printable View
Can someone point me in the right direction as to where I would look up how to make a button (on my HTML page) display a layered menu when it's rolled over? Is it Java? or can it be done it HTML? What tags should I read up on?
Thanks
Define what you mean by layered?Quote:
Originally posted by [KreatoR]
Can someone point me in the right direction as to where I would look up how to make a button (on my HTML page) display a layered menu when it's rolled over? Is it Java? or can it be done it HTML? What tags should I read up on?
Thanks
If you want some form of drop down menu, I would first look at dynamicdrive.com. Most of this is done with javascript and css.