I have this code on my page:
<iframe id="dialog1" class="ui-helper-hidden" style="width: 700px;display: inline"></iframe>
But in chrome debugging, I have these values:
<iframe id="dialog1" class="ui-helper-hidden ui-dialog-content ui-widget-content" style="width: auto; display: inline; min-height: 0px; max-height: none; height: 456px;" src="../../ace/ace005a.asp?/GEN/ASP/GEN0001a.asp$$ind_situacao=&tipo_empresa=&ind_classificacao=&p_cod_tipo_contrato=&indsubmit=false&txt_nome_campo_cod=num_contrato&txt_nome_campo_cod_ts=cod_ts_contrato&txt_nome_campo_desc=nome_contrato&ind_tipo_pessoa=J&funcao_executar=PesquisaContratoMontaFilial();&abre_modal=S&ind_alteracao_contrato=&tipo_preco="></iframe>
I do not know where these CSS values come from, as this is what is preventing correct operation. Any help is welcome.