Javascript Reference
Categories: IMG

javascript IMG hspace, vspace

@March 15, 2008, 1:22 a.m.
hspace, vspaceFirefox/Netscape/NN 3 IE 4 Chrome/Safari/DOM 1  

Read/Write (IE and Netscape 6)  

Provide the pixel measure of horizontal and vertical margins surrounding an image object. The hspace property affects the left and right edges of the element equally; the vspace affects the top and bottom edges of the element equally. These margins are not the same as margins set by style sheets, but they have the same visual effect.

 
Example
 
document.logo.hspace = 5;
document.logo.vspace = 8;
 
Value

Integer of pixel count.

 
Default

0 (IE), -1 (Netscape 6).


Powered by Linode.