Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

202
Visualizações
Body height doesn't decrease with the content inside

My body height fits the content inside with Javascript, and all my content is in separate iframes that can be exchanged by navigating. My Iframes have different heights, but when the height is lower, the body doesn't shrink to fit the content and remains the height from before if the content is bigger, leaving a gap. Is there any way to fix this?

body {
width:500px
height: fit-content
block-size: fit-content
    }
.myDiv {
background-color: lightblue; 
text-align: center;
border-radius: 20px;
max-width: 500px;
align-content: center;
margin: auto;
 }
iframe{
overflow:hidden
display:block;
width:100%;
border:0; 
  }
<div class="myDiv">
        <iframe src="1.html" name="one" width="300px" title="Iframe main" scrolling="no" ID="target"></iframe>
   
<a href="content1.html" target="one">01</a><br>
<a href="content2.html" target="one">02</a><br>
<a href="content3.html" target="one">03</a>
</div>
   <script>
        var div = document.getElementById("target");
        div.onload = function() {
        div.style.height =
        div.contentWindow.document.body.scrollHeight + 'px';
   }
    </script>
about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

It most likely something to do with your CSS not working.

body {
width:500px
height: fit-content
block-size: fit-content
    }

Requires semi-colons like this...

body {
width:500px;
height: fit-content;
block-size: fit-content
    }

You can also add one to the last item but you don't need to.

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda