Hi again list

I show a dialog before to load the real information, but when the second
window is loaded, the CSS value from attribute overflow is "hidden".
If not show the first dialog (Dialgo.info) the second have overflow=auto;
someone have this problem before?

     var x4=Dialog.info("<h3>Loading...</h3>", {
          top: 50,
          left:100,
          showProgress: true,
             destroyOnClose: true,
             className: "alert_lite", //"bluelighting", //
             width:160,
             zIndex: 90,
      });

      var win = new Window({
          id:vId+"_ventana",
          className: "bluelighting",
          width:Iwidth,
          height:Iheight,
          zIndex: 100,
          resizable: true,
          minimizable: false,
          maximizable: false,
          destroyOnClose: true,
          title: vId,
          draggable:true,
          wiredDrag: true
          ,onBeforeShow : function(){Dialog.closeInfo();}
       });


-- 
________________________________________
Lo bueno de vivir un dia mas
es saber que nos queda un dia menos de vida

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to