1
I have that code on my page:
<iframe id="dialog1" class="ui-helper-hidden" style="width: 700px;display: inline"></iframe>
But in the debug of Chrome, 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 don’t know where these CSS values come from, because that’s what’s preventing them from working properly. Any help is welcome.
You are using jQuery UI?
– Laerte
What would be the "correct functioning", and why do you think the problem is of these classes?
– bfavaretto
@bfavaretto, good morning. The correct operation is for Iframe to obey the style applied to it and this does not occur. Soon, I have a Modal screen with size 700 X 500 and an Iframe inside it with measures 323 X 456 , when in fact it should have 700 X 500, because it was the past in style: style="width: 700px; heigth: 500px;". So it is at the moment in the code. Because the width is like "auto".
– pnet