Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

201
Views
La altura del cuerpo no disminuye con el contenido del interior.

La altura de mi cuerpo se ajusta al contenido interior con Javascript, y todo mi contenido está en iframes separados que se pueden intercambiar navegando. Mis iframes tienen diferentes alturas, pero cuando la altura es más baja, el cuerpo no se encoge para ajustarse al contenido y mantiene la altura anterior si el contenido es más grande, dejando un espacio. ¿Hay alguna forma de arreglar esto?

 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 answers
Answer question

0

Lo más probable es que tenga algo que ver con que tu CSS no funcione.

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

Requiere punto y coma como este...

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

También puede agregar uno al último elemento, pero no es necesario.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!