KB-26609: Desabilitando a barra de rolagem da tela de uma aplicação no Internet Explorer.

Descrição:

Como desabilitar a barra de rolagem que aparece na tela de uma aplicação no Internet Explorer ao utilizar o WebViewer?

Solução:

Para isso, deve-se alterar o arquivo e3web2.asp para:

< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
< html xmlns="http://www.w3.org/1999/xhtml" >
< head >
< title >< /title >
< /head >
< style type="text/css" >
html {
overflow: hidden;
}
< /style >
< body style="margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;" >
< script type="text/javascript" src="docwrite2.asp" >< /script >
< /body >
< /html >

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *