| Page 1 of 1 | [ 1 post ] |
|
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: ![]() Firefox: ![]() 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 } ] }); |
| Page 1 of 1 | [ 1 post ] |
| 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 |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group