Hello, I'm having trouble with a dialog which has 2 buttons, the last one only shows after you move the mouse over the first button... this only happens with IE6, it works ok in FF...
If i add a 3rd button, then the 1st and 2nd show when the dialg opens, and the 3rd only when I move the mouse over the 2nd... weird... Any ideas?? This is the code I'm using: $("#divDetalles").dialog({ bgiframe: true, height: 650, width: 600, modal: true, autoOpen: false, resizable: false, buttons: { 'Guardar': function() { var result=addArticulo($("#ListaArticulos")); if (result==true){ $(this).dialog('close'); } }, 'Volver': function() { $(this).dialog('close'); } } }); -- View this message in context: http://old.nabble.com/Last-button-in-dialog-with-IE6-only-shows-after-hover-tp27126228s27240p27126228.html Sent from the jQuery UI Discussion mailing list archive at Nabble.com.
-- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.