Name

NORESIZE — NN n/a IE 4 HTML n/a

Synopsis

NORESIZE

Optional

It’s curious why the NORESIZE attribute is included in Internet Explorer for the IFRAME element. Regardless of the setting, an IFRAME element cannot be manually resized by the user.

Example

<IFRAME SRC="navbar.html" NORESIZE></IFRAME>

Value

The presence of the attribute makes the frame nonresizable (although so does its absence).

Default

An IFRAME element is supposed to be resizable by default, but in practice it is not.

Object Model Reference

IE

[window.]document.frameName.noResize

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.