[ 1 post ]

Joseph Chiavaroli

  • Username: joe.chev
  • Joined: Thu Jul 01, 2010 6:57 am
  • Posts: 3
  • Offline
  • Profile

Dialog style issues

Post Posted: Mon Aug 23, 2010 6:57 am
+0-
Hi, I have two issues while using a YUI Dialog. First, the dialog style does not seem to display properly in IE but displays fine in Firefox. Please see the below screenshots:

IE:
Image

Firefox:
Image

The second issue is I am trying to set the style of the "Remove" button from those screens to float left, but have been unable to successfully do so. I've read through other topics on this issue but none of the solutions are working for me as getting a reference to either the HTML DOM Button objects or the YUI button objects seems to be an issue. Here is the code instantiating the dialog:

Code:
dialog = new YAHOO.widget.Dialog("dialog",
                     { width : "225px",
                       visible : false,
                       constraintoviewport : true,
                       buttons : [{ text:"Remove", handler:handleRemove },
                                  { text:"Filter", handler:handleSubmit, isDefault:true },
                                  { text:"Cancel", handler:handleCancel } ]
                     });
  [ 1 post ]
Display posts from previous:  Sort by  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum