Style Attribute | Internet Development Index |
Defines the style of the frame. Read/write String.
Applies To
Tag Syntax
<v:element style="expression">
Script Syntax
element.style="expression"
expression=element.style
Remarks
This attribute uses the normal CSS style attributes for positioning.
VML Standard Attribute
Example
The style defines the actual position of the frame.
<v:vmlframe id="frame01" clip="True" origin="100pt,100pt" size="50pt,50pt" src="external.vml#shape01" style='position:relative; top:160pt; left:100pt; width:50pt; height:50pt' </v:vmlframe>