Pushdown Billboard: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "{{TechSpecsOnline |galerie=200px |beschreibung=Ein unter der Navigationsleiste liegendes Billboard welches den Content bei Mouseo...")
 
No edit summary
Line 39: Line 39:
</script>
</script>
</syntaxhighlight>
</syntaxhighlight>
'''Implementieren Sie auf gleicher Ebene den "Messenger", der bei Aktivierung des Klick-Buttons eine Aktion meldet:'''<syntaxhighlight lang="html" line="line" highlight="3,6,12">
'''Implement on the same level this "Messenger", which sends an action when activated by your click button:'''
<syntaxhighlight lang="html" line="line" highlight="3,6,12">
<script type="text/javascript">
<script type="text/javascript">
   try {
   try {
Line 55: Line 56:
</script>  
</script>  
</syntaxhighlight>
</syntaxhighlight>
Für diese Werbeform sind mehrere "Commands" erforderlich. Die markierte Funktion '''postCommand''' ist dementsprechend in Ihrem Code zu duplizieren.<br/><br/>
This ad format requires several "commands". the highlighted function '''postCommand''' has to be duplicated in your code.<br/><br/>
1. Ersetzen Sie <br/><br/>
1. Replace the <br/><br/>  
'''[iq-command]''' durch '''iqdExpandPB''' (Pushdown der Anzeigen-Fläche) <br/>
'''[iq-command]''' with '''iqdExpandPB''' (pushdown of the ad area) <br/>
'''[iq-command]''' durch '''iqdCollapsePB''' (Kollabieren der Anzeigen-Fläche) <br/><br/>
'''[iq-command]''' with '''iqdCollapsePB''' (collapse of the ad area) <br/><br/>
2. Binden Sie diese an die '''Klick-Sensitiven''' Flächen zum Pushdown und Kollabieren via '''Button'''.<br/>
2. Bind these to your '''click sensitive''' areas for pushdown and collapse via '''button'''.<br/>
3. Ersetzen Sie '''[action-elmID]''' durch die Element-ID Ihres '''Klick-buttons'''.
3. Replace the '''[action-elmID]''' with the element ID of your '''click buttons'''.
}}
}}


}}
}}

Navigation menu