W3Schools.com

Frame/IFrame marginHeight Property

Frame/IFrame Object Reference Frame/IFrame Object

Definition and Usage

The marginHeight property sets or returns the value of the marginheight attribute in a frame/iframe element.

The marginheight attribute specifies the top and bottom margins of an frame/iframe, in pixels.

Syntax

frameObject.marginHeight=pixels

or

iframeObject.marginHeight=pixels


Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The marginHeight property is supported in all major browsers.


Example

Example

Return the value of the marginheight attribute:

<html>
<body>

<iframe id="myframe" src="demo_iframe.htm" marginheight="50" marginwidth="50">
<p>Your browser does not support iframes.</p>
</iframe>
<br /><br />

<p>The value of the marginheight attribute is:
<script type="text/javascript">
document.write(document.getElementById("myframe").marginHeight);
</script>
<p>

</body>
</html>

Try it yourself »


Frame/IFrame Object Reference Frame/IFrame Object
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$7.95/mo SEO Hosting
Premium Website Design
WEB BUILDING
Download XML Editor
FREE Website BUILDER
Free Website Templates Free CSS Templates
Make Your Own Website
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE