Mam problem pod IE w iframe pojawia się jakieś białe pole:
Zanim załaduje te przyciski przegladaj i wyslij... to pole jest całe białe tak jakby to jakiś background był, no ale nie mogę tego nigdzie znaleźć
function form($args,$options,$postfix='') { $inline_path = TDOMF_URLPATH."tdomf-upload-inline.php"."?tdomf_form_id=".$tdomf_form_id.'&index='.$postfix; // my best guestimate $output .= "<iframe id='uploadfiles_inline' name='uploadfiles_inline' scrolling=no frameborder='0' marginwidth='10' marginheight='0' width='100%' height='$height' src='$inline_path'></iframe>"; $output .= $after_widget; return $output; }
Cytat
#tdomf_upload_inline_form {
color: white;
font-weight: bold;
text-align: left;
background-color: #131313;
width: 100%;
height: 100%;
}
color: white;
font-weight: bold;
text-align: left;
background-color: #131313;
width: 100%;
height: 100%;
}
Jest ktoś w stanie pomoc albo jakoś naprowadzić?
Z góry dzięki