| Author |
how to set position for iframe?
|
manjiri pax
Greenhorn
Joined: Jun 23, 2005
Posts: 6
|
|
hi i want to position my iframe at the bottom of the blank html page..how to position the iframe at the bottom of the page?because just when i use align ="bottom" still the iframe appears at the top ... align = "right" works so as align="left" and align="top" so how to align it at the bottom? [ August 17, 2005: Message edited by: manjiri pax ] [ August 17, 2005: Message edited by: Bear Bibeault ]
|
 |
Daniel Prene
Ranch Hand
Joined: Jul 15, 2005
Posts: 241
|
|
use: .style.left .style.top .style.width .style.height
|
 |
manjiri pax
Greenhorn
Joined: Jun 23, 2005
Posts: 6
|
|
i got the ans... <iframe id="ifrm" name="ifrm" src="source.html" scrolling="yes" width="820" height="100" align="bottom" frameborder="0" style="position:absolute;Left:15;bottom:-10">
|
 |
 |
|
|
subject: how to set position for iframe?
|
|
|