Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
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%.
Advertisements
