I have a demo of my dropdown select widget at: http://www.marionette-soft.com/dynapi It is a good start but has a few problems with different browsers: 1. in IE the downarrow image does not load on first page load 2. NS4.75 seems to get multiple mouse clicks 3. NS6, the following code sets the widget height to 0, in all others it sets it to the right size (ie getContentHeight() returns 0. var ToWrite = "<font id='SELECT'>"; ToWrite += target.ItemList[0]; ToWrite += "</font>"; target.setHTML( ToWrite ); target.setHeight( target.getContentHeight() ); 4. Currently there is no scroll bar in it 5. IE5.5 is noticably SLOWER than ns4.75 in following mouse movements If you know of any solutions to those problems, let me know. Also tell me what you think of the widget itself. Thanks Gregor _______________________________________________ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-help
