Computer >> Computer tutorials >  >> Programming >> Javascript

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%.