• Hi,

    I have my help button. When i click on, a window ( a help screen .png file) appears. I have made a cross in the upper right corner, for close the window. But, when i pass the mouse over it, the hand cursor has disappeared... The hand cursor appears only in the middle of the window. What is the solution?

    Best regards

  • Hi Klaus,

    My code for this help button and helpscreen is :

    Code
    <plugin name="btn_help"  align="bottom" url="help.png" scale="0.8"    devices="desktop" x="+220"  y="15" style="" crop= "0|0|60|60" onovercrop= "0|60|60|60"  ondown="" onup=""   onhover="showtext(Fermer/Ouvrir l'aide);" onclick="displayHelp();" />	
    		<plugin name="helpScreen" url="ecranaidesite.png" alpha="1"  origin="mid" width="50%" height="prop" visible="false" keep="true" onhover="showtext(Cliquer pour fermer);" onclick="closeHelp();" />
  • in your code there is no separate plug-in for the close button
    add a separate plugin as children and place it on righttop of the plugin helpscreen

    regards
    Serge

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!