Josh, >Also, the divs *should* disappear when you mouse out, at least on non- >Safari >browsers. Safari mouseover/mouseout events are jacked so I removed that >behavior in case of Safari. Maybe you can try it again? Should work in >FF/IE.
Ok. I've discovered what the behavior issue is. In FF2 if you bring up the time picker and then moveover one of the "AM" times and then rapidly move the mouse to the right, the popups remain visible. (It seems you can also duplicate the behavior by moving up/down out of the "PM" column as well.) >I'm having trouble handling a "focus" event, because it's difficult to >position the popup div correctly -- you don't have a mouse event to help >with positioning. I'm thinking of inserting the div right next to the >input >element rather than using absolute positioning. If anyone has any tips how >to handle that I'm all ears. The dimensions plug-in should be able to help you identify the exact position of the element on the screen. You can then just place the pop-up to the top-right of the element it's attached to. -Dan