| Name | Description |
| HorizontalOffset | Distance to the horizontal edge of the browser in pixels from the same side of the target control. The default is 0 pixels. |
| HorizontalSide | Horizontal side of the browser to anchor the control against. The default is the Left side. |
| ScrollEffectDuration | Length in seconds for the scrolling effect to last when the target control is repositioned. The default is .1 seconds. |
| useAnimation | Whether or not to animate the element into position. (note:
this value should always be true in IE6). |
| VerticalOffset | Distance to the vertical edge of the browser in pixels from the same side of the target control. The default is 0 pixels. |
| VerticalSide | Vertical side of the browser to anchor the control against. The default is the Top side. |