Javascript Reference
Categories: UL

javascript UL type

@March 15, 2008, 1:22 a.m.
typeFirefox/Netscape/NN 6 IE 4 Chrome/Safari/DOM 1  

Read/Write  

Specifies the manner in which the leading item markers in the list are displayed.

 
Example
 
document.getElementById("myUL").type = "square";
 
Value

Any one of the constant values (as a string): circle | disc | square. Additional choices available through style sheets

 
Default

disc


Powered by Linode.