| Page 1 of 1 | [ 1 post ] |
|
I am displaying a modal panel and I need to set iframe to true.
Code: YAHOO.working.container.panel= new YAHOO.widget.Panel("working", { fixedcenter: true, constraintoviewport: true, close: false, draggable: false, modal: true, iframe: true, visible:false } ); And I have styled the background to give the dialog a gray background color using Code: #working.yui-panel .bd { border-style:solid; border-width:1px; background:#CFCFCF; padding:0px; } However, because I am using the iframe, the iframe's white border surrounds my panel when displaying the panel over the google earth plugin component when using chrome or IE (not on firefox). Is there any way to prevent this from happening? |
| 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