Quote:
Originally Posted by salesman
My guess would be that it has something to do with your event handling.
try catching one of the events like:
PHP Code:
function Tailor_PopUp_Skin.onSelect(rowid, rowtext) {
echo("Works!");
}
|
Wont even get that far. Its hard to explain, but the popup menu will drop, but it wont even highlight what my mouse is over after it has dropped, much less select what I click.
Also, thanks for thiso.var.
