Este site irá ter funcionalidade limitada enquanto fazemos manutenção para melhorar a sua experiência. Se um artigo não resolve o seu problema e quiser colocar uma questão, temos a nossa comunidade de apoio à espera de o ajudar em @FirefoxSupport no Twitter, /r/firefox no Reddit.

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

Mozilla lost the z-index or/and the image, (inside a div) that i repeat for the whole screen, some times, not always.

  • 2 respostas
  • 1 tem este problema
  • 2 visualizações
  • Última resposta por the-edmeister

more options

Development problem witth css.

     Searching ...
    LOAD THE IMAGE WITH VB.NET


  1. divOverlayLoader

{

  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: auto;
  z-index: 5000;
  background: url(images/Loader_overlay.png);

}

Development problem witth css. <div id="divLoaderHidden" style="position: relative; display: none; text-align: center; vertical-align: middle; height: 600px; z-index: 8000;"> <div id="divHotelLoader" style="text-align: center; vertical-align: middle; height: 60px;"> <img id="imgGifLoader" runat="server" src="" alt="Searching ... " style="margin: auto;" /> </div> <div id="divAdvLoader" runat="server" style="text-align: center; vertical-align: middle; height: 500px;"> '' LOAD THE IMAGE WITH VB.NET </div> </div> <div id="divOverlayLoader" style="display: none;"> </div> #divOverlayLoader { position: fixed; top: 0; bottom: 0; left: 0; right: 0; height: auto; width: auto; z-index: 5000; background: url(images/Loader_overlay.png); }

Todas as respostas (2)

more options

Provide a testcase on http://codepen.io/

more options