HBCMS更多的中文手册参考:

offX Attribute | OffX参数属性

DHTML文档教程

Sets or retrieves the value that the drop shadow is offset from the object along the x-axis.

dhtml语法

HTML
{ filter:progid:dximagetransform.microsoft.dropshadow(
    offx = ioffsetx ... ) ... }
scripting
object.filters.item(
    "dximagetransform.microsoft.dropshadow").offx [ = ioffsetx ]

dhtml可能的值

iOffsetXInteger that specifies or receives the offset value, in pixels. Positive values move the drop shadow to the right, and negative values move it to the left.
5Default.

The property is read/write. The property has a default value of 5.

Applies To

DropShadow

更多语法参考

OffY