BoulderBum
Programmer
Okay, so let me explain a little bit about what I'm looking for.
Basically, I want to implement a feature similar to Microsoft Office's comments (where a comment pops up when you mouse-over a corner), except the comment should be a textbox for notes that the user can edit.
This notes popup should appear/disappear during a mouse-over and mouse-leave respectively, but, and here's the tricky part, it should stay open if the user then mouses over the comment either to view or edit its contents.
Does anyone know of a good pre-existing solution for this sort of thing?
MCP, MCTS - .NET Framework 2.0 Web Applications
Basically, I want to implement a feature similar to Microsoft Office's comments (where a comment pops up when you mouse-over a corner), except the comment should be a textbox for notes that the user can edit.
This notes popup should appear/disappear during a mouse-over and mouse-leave respectively, but, and here's the tricky part, it should stay open if the user then mouses over the comment either to view or edit its contents.
Does anyone know of a good pre-existing solution for this sort of thing?
MCP, MCTS - .NET Framework 2.0 Web Applications