DDNN n/a   IE 4   DOM 1

The DD object reflects the DD element.

 
HTML Equivalent
<DD>
 
Object Model Reference
IE [window.]document.all.elementID
noWrapNN n/a   IE 4   DOM 1
 Read/Write
 

Whether the browser should render the element as wide as is necessary to display a line of nonbreaking text on one line. Abuse of this attribute can force the user into a great deal of inconvenient horizontal scrolling of the page to view all of the content.

 
Example
document.all.wideBody.noWrap = "true"
 
Value
Boolean value: true | false.
 
Default false