[ 1 post ]

Jeff Storey

  • Username: jas511
  • Joined: Sun Apr 15, 2012 4:26 pm
  • Posts: 1
  • Offline
  • Profile

Removing iframe border from YUI panel

Post Posted: Sun Apr 15, 2012 4:32 pm
+0-
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?
  [ 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