Why cannot I use iframe absolute positioning to set height/width


iFrames are replaced elements and considered different than non-replaced elements. The<div> element is a non-replaced element.

To achieve the same result i.e. to set both the left/right or top/bottom in an iframe, use a div as a wrapper with absolute position, top, left, right, bottom.

Place your iframe with −

width:100%
height:100%.

Samual Sam
Samual Sam

Learning faster. Every day.

Updated on: 25-Jun-2020

318 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements