Reply to thread

:) hi,


for the hover images you can change the position on this Part of Home XML


                  <control>

      <description>template for hover image</description>

        <type>image</type>

        <id>1000</id>

        <posX>80</posX>

        <posY>150</posY>

        <texture>-</texture>

        <visible>no</visible>

      </control>


When you would change the size you must added this


                                 <width></width>

                                <height></height>


with your Pixel like this:

                                <width>200</width>

        <height>150</height>


With the :

            <visible>no</visible>     or      <visible>yes</visible>


you say if it visible or if it not


For <texture>-</texture> you must believe it for the hoverimage because there are a lot of difficult images.


Greetings  8) Harley


Top Bottom