vspace (HTML attribute)
vspace="surrounding vertical space in pixels"
Example
The vspace
attribute set to "50" pixels :
<p><marquee vspace="50">This marquee text demands more room</marquee></p>
Description
Thevspace
attribute is similar to the hspace and provides a bit
of ‘breathing space’ above and below the marquee text.Value
A number representing the amount of spacing above and below the marquee in pixels.
Compatibility
| IE | 5.5 | Full |
|---|---|---|
| 6.0 | Full | |
| 7.0 | Full | |
| Firefox | 1.0 | None |
| 1.5 | None | |
| 2.0 | None | |
| Safari | 1.3 | Full |
| 2.0 | Full | |
| 3.0 | Full | |
| Opera | 9.2 | None |
Only Opera and
Internet Explorer support the vspace attribute when
applied to marquee.
Previous: scrolldelay
Next: width
User-contributed notes
Add a note
To post a note on this topic, please log in with your SitePoint username and password. If you don't have an account yet, you can create a new account for free.

