IFRAME.align (Property)

A controlling attribute that affects the alignment of the <IFRAME> with respect to its parent object.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
Property/method value type:String primitive
JavaScript syntax:-myIFRAME.align

The alignment of the IFRAME object with respect to its containing parent object is defined in this property. An expected and widely available set of alignment specifiers are available, as follows (the default is bottom):

absbottom

absmiddle

baseline

bottom

center

left

middle

right

texttop

top

Warnings: