I just added a chooser to very much like the one used in the food menu demo, everything works great, however, in the browser the chooser element is WAY out of place. Its half off the screen.


Also getting weirdness trying to create a dropdown menu, What I did was make an chooser element that looks like a button and put an invisible button over it. Then in the mouse over for the invisible button I change the view of the underlying chooser and show the popup menu. The invisble button covers both the chooser and the popupmenu so I can use the mouse Leave to hide the popup and change the chooser/button back to normal

Is this just way to crazy an Idea to work?