Background ImagePosition
This parameter will set the top left position of the background image to be displayed.
The background image position is specified using an x,y pixel coordinate where 0,0 represents the top left of the applet.
Example
This example sets the position of the top left corner of the image to the top
left of the applet.
<param name="BgImagePosition"
value="0,0">
This
example sets the position of the top left corner of the image 50 pixels from the
left and 100 pixels from the top.
<param
name="BgImagePosition" value="50,100">
Default
If this parameter is not then a pixel co-ordinate of 0,0 is assumed.