Javascript Reference
Categories: MARQUEE

javascript MARQUEE height, width

@March 15, 2008, 1:22 a.m.
height, widthFirefox/Netscape/NN n/a IE 4 Chrome/Safari/DOM n/a  

Read/Write  

Provide the height and width in pixels of the element. Changes to these values are immediately reflected in reflowed content on the page.

 
Example
 
document.getElementById("myBanner").height = 250;
 
Value

Integer.

 
Default

None.


Powered by Linode.