Search completed in 1.04 seconds.
10 results for "vspace":
HTMLImageElement.vspace - Web APIs
WebAPIHTMLImageElementvspace
the obsolete vspace property of the htmlimageelement interface specifies the number of pixels of empty space to leave empty on the top and bottom of the <img> element when laying out the page.
... syntax htmlimageelement.vspace = marginheight; marginheight = htmlimageelement.vspace; value an integer value specifying the height, in pixels, of the vertical margin to apply to the top and bottom sides of the image.
... usage notes the value specified for vspace is mapped to the margin-top and margin-bottom properties to specify the height of those margins in pixels.
...And 3 more matches
HTMLImageElement - Web APIs
WebAPIHTMLImageElement
htmlimageelement.vspace an integer value specifying the amount of empty space, in pixels, to leave above and below the image.
... the following properties are now obsolete: name, border, align, hspace, vspace, and longdesc.
... the following properties are now long, instead of domstring: height, width, hspace, and vspace.
Plug-in Basics - Plugins
PluginsGuidePlug-in Basics
the embed element has the following syntax and attributes: <embed src="location" type="mimetype" pluginspage="instrurl" pluginurl="pluginurl" align="left"|"right"|"top"|"bottom" border="borderwidth" frameborder="no" height="height" width="width" units="units" hidden="true|false" hspace="horizmargin" vspace="vertmargin" name="pluginname" palette="foreground"|"background" > ...
... hspace and vspace create a margin of the specified width, in pixels, around the plug-in.
HTMLObjectElement - Web APIs
WebAPIHTMLObjectElement
htmlobjectelement.vspace is a long representing the horizontal space in pixels around the control.
... the following properties are now obsolete: align, archive, border, code, codebase, codetype, declare, hspace, standby, and vspace.
Mozilla Quirks Mode Behavior
MozillaMozilla quirks mode behavior
hspace and vspace are supported on table only in quirks mode (bug 41893).
HTMLMarqueeElement - Web APIs
WebAPIHTMLMarqueeElement
htmlmarqueeelement.vspace sets the vertical margin.
Index - Web APIs
WebAPIIndex
1734 htmlimageelement.vspace api, html, html dom, htmlimageelement, image, obsolete, property, reference, vertical, bottom, img, margin, space, spacing, top, vspace the obsolete vspace property of the htmlimageelement interface specifies the number of pixels of empty space to leave empty on the top and bottom of the <img> element when laying out the page.
<applet>: The Embed Java Applet element - HTML: Hypertext Markup Language
WebHTMLElementapplet
vspace this attribute specifies additional vertical space, in pixels, to be reserved above and below the applet.
<img>: The Image Embed element - HTML: Hypertext Markup Language
WebHTMLElementimg
vspace the number of pixels of white space above and below the image.
<marquee>: The Marquee element (Obsolete) - HTML: Hypertext Markup Language
WebHTMLElementmarquee
vspace sets the vertical margin in pixels or percentage value.