Click to See Complete Forum and Search --> : Dropdown for Login details


gibo
03-04-2003, 02:28 AM
I'm trying to create a login button. If you hover your cursor on the button, a menu drops down with the user- and password prompts. I only seem to find menus that drop down once you click on the button and not just when you hover on it. Anybody seen what i'm looking for?

Nicodemas
03-04-2003, 02:41 AM
Whatever codes you are looking at, copy them and simply change the onClick eventhandler to an onMouseover event handler.

gibo
03-04-2003, 04:08 AM
I created a menu with a textbox as a menu item, but as soon as i try to type something into the textbox the menu closes. Is there a way to make the menu come out and stay out? Should I rather use layers to display the login prompts?

Nicodemas
03-04-2003, 04:51 AM
Would you mind posting a bit of code? It sounds like the layer that appears when you mouseover is set to disappear for some reason, whether it be losing focus, or .. something. I'd have to take a peak to know for sure.