Web hosting domain names - 914 Part III . Document Objects Reference Syntax
914 Part III . Document Objects Reference Syntax Accessing EMBED element object properties or methods: (IE4+) [window.]document.all.objectID.property | method([parameters]) (IE5+/NN6) [window.]document.getElementById( objectID ).property | method([parameters]) About this object An EMBED element is a carryover from the early browser days. Although never adopted by the W3C HTML standard, the EMBED element has been used in NN and IE as a way to embed non-native content (for example, sounds, video clips, and custom MIME types for plug-ins, such as Shockwave) into a page. What gets embed ded into the page is the controller or viewer for whatever kind of data the EMBED element points to (via the SRC attribute). The EMBED element is far less sophisticated than the OBJECT element, but current browsers continue to support it. If you have been using the EMBED element in previous applications, it may be a good idea to start gravitating toward the OBJECT element. For backward compatibility purposes, nesting an EMBED element inside an OBJECT element is not uncommon, both of which attempt to load the same content and plug-in. Browsers that know about the OBJECT element will load the content that way; older browsers will use the EMBED element and its attributes and parameters. Because an EMBED element loads a plug-in (including ActiveX control types of plug-ins in IE/Windows), you can reference the plug-in s properties and methods through the EMBED object s reference. Properties align Value: String Read/Write NN2 NN3 NN4 NN6 IE3/J1 IE3/J2 IE4 IE5 IE5.5 Compatibility . . The align property controls either the horizontal or vertical alignment of the element with regard to surrounding content. String values of leftor rightcause the object rectangle to cling to the left or right edges of its next outermost positioning context. String values of absbottom, absmiddle, baseline, bottom, middle, texttop, or top influence the vertical alignment with respect to adjacent text, with the same kind of results as corresponding values of the style.verticalAlign property. Related Items: style.verticalAlign property. EMBED.align
Visit our web design programs services for an affordable and reliable webhost to suit all your needs.