Header.tpl

Shark Master
Hi,
ich bin gerade dabei ein neues Designe zu erstellen.
Aber ich weiß nicht welchem Code ich nutzen soll das diesen Effekt ab gibt.
bitte hilft mir


Edit:
achso das wenn ihr im Navi auf dem Bereich mit der Maus geht.
Das hervorstehen
Simps-O-Rama
Welchen Effekt meinst du?
KleenMicha
Nichts für ungut, aber meine Glaskugel befindet sich gerade in der Werkstatt. Augen rollen

Welchem Effekt bitte?
Shark Master
achso das wenn ihr im Navi auf dem Bereich mit der Maus geht.
Das hervorstehen
KleenMicha
Tja hier tut sich nix, vlt maln Screenshot oder ähnliches.
Izzmoo
Er meint glaub ich diesen weisen Hintergrund wenn man links in der Navi. z.B. mit der Maus auf Startseite geht Augenzwinkern
Shark Master
Zitat:
Original von Izzmoo
Er meint glaub ich diesen weisen Hintergrund wenn man links in der Navi. z.B. mit der Maus auf Startseite geht Augenzwinkern

genau
KleenMicha
Achso er meint: die a:hover.
Tja indem Falle musst du bei der Klasse:
code:
1:
2:
3:
4:
a:hover{
background-color:#irgendein wert;
"weitere Attribute"
}

einfügen.
Sollte hier die allgemeine Klasse der Links genutzt werden, empfiehlt es sich eine eigene Klasse zuzuweißen:
code:
1:
2:
3:
4:
.neue klasse a:hover{
background-color:#irgendein wert;
"weitere Attribute"
}
Shark Master
Das baue ich wo ein?
KleenMicha
Dass kannst du im Designpack unter dem weietren css Code tun. Und die Klasse müsstest dud en Links einzeln zuweisen.
Hier ein Bsp:
Aus:
code:
1:
<a href="irgendein pfad">Name des Links</a>

wird:
code:
1:
<span class="neue Klasse"<a href="irgendein pfad">Name des Links</a></span>


Diese Änderungen müsstest du in deinem header überall ausführen, wo den du den gewünschten Effekt erzieheln willst.

Außerdem müsstest du folgendes in den erweiterten CSS Bereich einfügen:
code:
1:
2:
3:
4:
5:
6:
7:
8:
.neue klasse a:link, .neue Klasse a:active, .neue Klasse a:visited{
"weitere Attribute"
}

.neue klasse a:hover{
background-color:#irgendein wert;
"weitere Attribute"
}
Shark Master
hi,
ich habe da ein Problem mit dem Header gerade.
@Micha kannst du es schnell machen?

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder"> 
<tr> 
  <td class="mainpage" align="center"> <table style="width:100%" border="0" cellspacing="0" cellpadding="0">
      <tr> 
        <td align="center" style="background-image: url({$style['imagefolder']}/top_bg.gif);"><span class="smallfont"><if($wbbuserdata['userid'])><then><a href="usercp.php{$SID_ARG_1ST}" onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'images/YGO-Online/top_usercp2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'images/YGO-Online/top_usercp.gif')"><img src="{$style['imagefolder']}/top_usercp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_USERCP']}" title="{$lang->items['LANG_GLOBAL_USERCP']}" name="img1" id="img1" /></a> 
          <a href="pms.php{$SID_ARG_1ST}" onmouseover="FP_swapImg(1,0,/*id*/'img2',/*url*/'images/YGO-Online/top_pms2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img2',/*url*/'images/YGO-Online/top_pms.gif')"><img src="{$style['imagefolder']}/top_pms.gif" border="0" alt="{$lang->items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']}" name="img2" id="img2" /></a></then><else> 
          <a href="register.php{$SID_ARG_1ST}"  onmouseover="FP_swapImg(1,0,/*id*/'img3',/*url*/'images/YGO-Online/top_register2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img3',/*url*/'images/YGO-Online/top_register.gif')"><img src="{$style['imagefolder']}/top_register.gif" border="0" alt="{$lang->items['LANG_GLOBAL_REGISTER']}" title="{$lang->items['LANG_GLOBAL_REGISTER']}" name="img3" id="img3" /></a></else></if> 
          <a href="calendar.php{$SID_ARG_1ST}" onmouseover="FP_swapImg(1,0,/*id*/'img4',/*url*/'images/YGO-Online/top_calendar2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img4',/*url*/'images/YGO-Online/top_calendar.gif')"><img src="{$style['imagefolder']}/top_calendar.gif" border="0" alt="{$lang->items['LANG_GLOBAL_CALENDAR']}" title="{$lang->items['LANG_GLOBAL_CALENDAR']}" name="img4" id="img4" /></a> 
          <a href="memberslist.php{$SID_ARG_1ST}"  onmouseover="FP_swapImg(1,0,/*id*/'img5',/*url*/'images/YGO-Online/top_members2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img5',/*url*/'images/YGO-Online/top_members.gif')"><img src="{$style['imagefolder']}/top_members.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" title="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" name="img5" id="img5" /></a> 
          <a href="team.php{$SID_ARG_1ST}"  onmouseover="FP_swapImg(1,0,/*id*/'img6',/*url*/'images/YGO-Online/top_team2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img6',/*url*/'images/YGO-Online/top_team.gif')"><img src="{$style['imagefolder']}/top_team.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TEAM']}" title="{$lang->items['LANG_GLOBAL_TEAM']}" name="img6" id="img6" /></a> 
          <a href="http://forum.yugioh-online-fan.de/thread.php?threadid=1648"  onmouseover="FP_swapImg(1,0,/*id*/'img7',/*url*/'images/YGO-Online/top_regeln2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img7',/*url*/'images/YGO-Online/top_regeln.gif')"><img src="{$style['imagefolder']}/top_regeln.gif" border="0" alt="{$lang->items['LANG_RULES_TITLE_LINK']}" title="{$lang->items['LANG_RULES_TITLE_LINK']}" name="img7" id="img7" /></a> 
          <a href="http://yugioh-online-fan.de/" target="_blank"  onmouseover="FP_swapImg(1,0,/*id*/'img8',/*url*/'images/YGO-Online/top_h-page2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img8',/*url*/'images/YGO-Online/top_h-page.gif')"><img src="{$style['imagefolder']}/top_h-page.gif" border="0" alt="{$lang->items['LANG_GLOBAL_HP']}" title="{$lang->items['LANG_GLOBAL_HP']}" name="img8" id="img8" /></a> 
          <a href="http://yugioh-online-fan.de/gb/index.php" target="_blank"  onmouseover="FP_swapImg(1,0,/*id*/'img9',/*url*/'images/YGO-Online/top_gbook2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img9',/*url*/'images/YGO-Online/top_regeln.gif')"><img src="{$style['imagefolder']}/top_gbook.gif" border="0" alt="{$lang->items['LANG_GLOBAL_BOOK']}" title="{$lang->items['LANG_GLOBAL_BOOK']}" name="img9" id="img9" /></a> 
          <a href="http://www4.topsites24.de/pro/KANiZA/index.html" target="_blank"  onmouseover="FP_swapImg(1,0,/*id*/'img10',/*url*/'images/YGO-Online/top_regeln2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img10',/*url*/'images/YGO-Online/top_gbook.gif')"><img src="{$style['imagefolder']}/top_topliste.gif" border="0" alt="{$lang->items['LANG_GLOBAL_Topseite']}" title="{$lang->items['LANG_GLOBAL_Topseite']}" name="img10" id="img10" /></a> 
          <a href="xquiz.php$SID_ARG_1ST"  onmouseover="FP_swapImg(1,0,/*id*/'img11',/*url*/'images/YGO-Online/top_xquiz2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img11',/*url*/'images/YGO-Online/top_xquiz.gif')"><img src="{$style['imagefolder']}/top_xquiz.gif" border="0" alt="{$lang->items['LANG_GLOBAL_XQ_XQUIZ']}" title="{$lang->items['LANG_GLOBAL_XQ_XQUIZ']}" name="img11" id="img11" /></a> 
      </tr>
    </table>
    <br /> <table style="width:100%" border="0" cellspacing="0" cellpadding="0">
      <tr> 
        <td class="logobackground" align="center"><img src="{$style['imagefolder']}/jo1.gif" border="0"/><if($style['logoimage']!="")><then><a href="index.php{$SID_ARG_1ST}"><img src="{$style['logoimage']}" border="0" alt="$master_board_name" title="$master_board_name" /></a></then></if><img src="{$style['imagefolder']}/jo2.gif" border="0"/></td>
      </tr>
    </table>
    <br /> <table style="width:100%" border="0" cellspacing="0" cellpadding="0">
      <tr> 
        <td align="center" style="background-image: url({$style['imagefolder']}/top_bg.gif);"> <a href="search.php{$SID_ARG_1ST}"  onmouseover="FP_swapImg(1,0,/*id*/'img12',/*url*/'images/YGO-Online/top_search2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img12',/*url*/'images/YGO-Online/top_search.gif')"><img src="{$style['imagefolder']}/top_search.gif" border="0" alt="{$lang->items['LANG_GLOBAL_SEARCH']}" title="{$lang->items['LANG_GLOBAL_SEARCH']}" name="img12" id="img12" /></a> 
          <a href="lottozahlen.php{$SID_ARG_1ST}"  onmouseover="FP_swapImg(1,0,/*id*/'img13',/*url*/'images/YGO-Online/top_lottozahlen2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img13',/*url*/'images/YGO-Online/top_lottozahlen.gif')"><img src="{$style['imagefolder']}/top_lottozahlen.gif" border="0" alt="{$lang->items['LANG_GLOBAL_GUT_LOTTO']}" title="{$lang->items['LANG_GLOBAL_GUT_LOTTO']}" name="img13" id="img13" /></a> 
          <a href="guthaben.php{$SID_ARG_1ST}"  onmouseover="FP_swapImg(1,0,/*id*/'img14',/*url*/'images/YGO-Online/top_guthaben2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img14',/*url*/'images/YGO-Online/top_guthaben.gif')"><img src="{$style['imagefolder']}/top_guthaben.gif" border="0" alt="{$lang->items['LANG_GLOBAL_GUT_GUT']}" title="{$lang->items['LANG_GLOBAL_GUT_GUT']}" name="img14" id="img14" /></a> 
          <a href="empfehlen.php{$SID_ARG_1ST}"  onmouseover="FP_swapImg(1,0,/*id*/'img15',/*url*/'images/YGO-Online/top_empfehlen2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img15',/*url*/'images/YGO-Online/top_empfehlen.gif')"><img src="{$style['imagefolder']}/top_empfehlen.gif" border="0" alt="{$lang->items['LANG_GLOBAL_GUT_WERBEN']}" title="{$lang->items['LANG_GLOBAL_GUT_WERBEN']}" name="img15" id="img15" /></a> 
          <a href="misc.php?action=faq{$SID_ARG_2ND}"  onmouseover="FP_swapImg(1,0,/*id*/'img16',/*url*/'images/YGO-Online/top_faq2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img16',/*url*/'images/YGO-Online/top_faq.gif')"><img src="{$style['imagefolder']}/top_faq.gif" border="0" alt="{$lang->items['LANG_GLOBAL_FAQ']}" title="{$lang->items['LANG_GLOBAL_FAQ']}" name="img16" id="img16" /></a><if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)><then> 
          <a href="acp/index.php" target="_blank" onmouseover="FP_swapImg(1,0,/*id*/'img17',/*url*/'images/YGO-Online/top_acp2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img17',/*url*/'images/YGO-Online/top_acp.gif')"><img src="{$style['imagefolder']}/top_acp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_ACP']}" title="{$lang->items['LANG_GLOBAL_ACP']}" name="img17" id="img17" /></a></then></if><if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)><then> 
          <a href="acp/index.php" target="_blank"  onmouseover="FP_swapImg(1,0,/*id*/'img18',/*url*/'images/YGO-Online/top_modcp2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img18',/*url*/'images/YGO-Online/top_modcp.gif')"><img src="{$style['imagefolder']}/top_modcp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MODCP']}" title="{$lang->items['LANG_GLOBAL_MODCP']}" name="img18" id="img18" /></a></then></if> 
          <a href="index.php{$SID_ARG_1ST}"  onmouseover="FP_swapImg(1,0,/*id*/'img19',/*url*/'images/YGO-Online/top_start2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img19',/*url*/'images/YGO-Online/top_start.gif')"><img src="{$style['imagefolder']}/top_start.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" name="img19" id="img19" /></a> 
        </td>
      </tr>
    </table>
    <table style="width:100%" border="0" cellspacing="0" cellpadding="0">
      <tr> 
        <td style="background-image: url({$style['imagefolder']}/headerline.gif); height:17px;"></td>
      </tr>
    </table>
    <br /> 
KleenMicha
Wie schon erwähnt du hast dich etwas bei den dateinamen vertan. Du musst darauf achten innerhalb des <a href....>...</a> Tags die gleichen Namen für die Grafiken jeweils zu nutzen, und nur beim mousover die alternative Grafik.
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder"> 
<tr> 
  <td class="mainpage" align="center"> <table style="width:100%" border="0" cellspacing="0" cellpadding="0">
      <tr> 
        <td align="center" style="background-image: url({$style['imagefolder']}/top_bg.gif);"><span class="smallfont"><if($wbbuserdata['userid'])><then><a href="usercp.php{$SID_ARG_1ST}" onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'images/YGO-Online/top_usercp2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'images/YGO-Online/top_usercp.gif')"><img src="{$style['imagefolder']}/top_usercp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_USERCP']}" title="{$lang->items['LANG_GLOBAL_USERCP']}" name="img1" id="img1" /></a> 
          <a href="pms.php{$SID_ARG_1ST}" onmouseover="FP_swapImg(1,0,/*id*/'img2',/*url*/'images/YGO-Online/top_pms2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img2',/*url*/'images/YGO-Online/top_pms.gif')"><img src="{$style['imagefolder']}/top_pms.gif" border="0" alt="{$lang->items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']}" name="img2" id="img2" /></a></then><else> 
          <a href="register.php{$SID_ARG_1ST}"  onmouseover="FP_swapImg(1,0,/*id*/'img3',/*url*/'images/YGO-Online/top_register2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img3',/*url*/'images/YGO-Online/top_register.gif')"><img src="{$style['imagefolder']}/top_register.gif" border="0" alt="{$lang->items['LANG_GLOBAL_REGISTER']}" title="{$lang->items['LANG_GLOBAL_REGISTER']}" name="img3" id="img3" /></a></else></if> 
          <a href="calendar.php{$SID_ARG_1ST}" onmouseover="FP_swapImg(1,0,/*id*/'img4',/*url*/'images/YGO-Online/top_calendar2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img4',/*url*/'images/YGO-Online/top_calendar.gif')"><img src="{$style['imagefolder']}/top_calendar.gif" border="0" alt="{$lang->items['LANG_GLOBAL_CALENDAR']}" title="{$lang->items['LANG_GLOBAL_CALENDAR']}" name="img4" id="img4" /></a> 
          <a href="memberslist.php{$SID_ARG_1ST}" onmouseover="FP_swapImg(1,0,/*id*/'img5',/*url*/'images/YGO-Online/top_members2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img5',/*url*/'images/YGO-Online/top_members.gif')"><img src="{$style['imagefolder']}/top_members.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" title="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" name="img5" id="img5" /></a> 
          <a href="team.php{$SID_ARG_1ST}" onmouseover="FP_swapImg(1,0,/*id*/'img6',/*url*/'images/YGO-Online/top_team2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img6',/*url*/'images/YGO-Online/top_team.gif')"><img src="{$style['imagefolder']}/top_team.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TEAM']}" title="{$lang->items['LANG_GLOBAL_TEAM']}" name="img6" id="img6" /></a> 
          <a href="http://forum.yugioh-online-fan.de/thread.php?threadid=1648"  onmouseover="FP_swapImg(1,0,/*id*/'img7',/*url*/'images/YGO-Online/top_regeln2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img7',/*url*/'images/YGO-Online/top_regeln.gif')"><img src="{$style['imagefolder']}/top_regeln.gif" border="0" alt="{$lang->items['LANG_RULES_TITLE_LINK']}" title="{$lang->items['LANG_RULES_TITLE_LINK']}" name="img7" id="img7" /></a> 
          <a href="http://yugioh-online-fan.de/" target="_blank" onmouseover="FP_swapImg(1,0,/*id*/'img8',/*url*/'images/YGO-Online/top_h-page2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img8',/*url*/'images/YGO-Online/top_h-page.gif')"><img src="{$style['imagefolder']}/top_h-page.gif" border="0" alt="{$lang->items['LANG_GLOBAL_HP']}" title="{$lang->items['LANG_GLOBAL_HP']}" name="img8" id="img8" /></a> 
          <a href="http://yugioh-online-fan.de/gb/index.php" target="_blank"  onmouseover="FP_swapImg(1,0,/*id*/'img9',/*url*/'images/YGO-Online/top_gbook2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img9',/*url*/'images/YGO-Online/top_gbook.gif')"><img src="{$style['imagefolder']}/top_gbook.gif" border="0" alt="{$lang->items['LANG_GLOBAL_BOOK']}" title="{$lang->items['LANG_GLOBAL_BOOK']}" name="img9" id="img9" /></a> 
          <a href="http://www4.topsites24.de/pro/KANiZA/index.html" target="_blank"  onmouseover="FP_swapImg(1,0,/*id*/'img10',/*url*/'images/YGO-Online/top_topliste.2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img10',/*url*/'images/YGO-Online/top_topliste.gif')"><img src="{$style['imagefolder']}/top_topliste.gif" border="0" alt="{$lang->items['LANG_GLOBAL_Topseite']}" title="{$lang->items['LANG_GLOBAL_Topseite']}" name="img10" id="img10" /></a> 
          <a href="xquiz.php$SID_ARG_1ST"  onmouseover="FP_swapImg(1,0,/*id*/'img11',/*url*/'images/YGO-Online/top_xquiz2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img11',/*url*/'images/YGO-Online/top_xquiz.gif')"><img src="{$style['imagefolder']}/top_xquiz.gif" border="0" alt="{$lang->items['LANG_GLOBAL_XQ_XQUIZ']}" title="{$lang->items['LANG_GLOBAL_XQ_XQUIZ']}" name="img11" id="img11" /></a> 
      </tr>
    </table>
    <br /> <table style="width:100%" border="0" cellspacing="0" cellpadding="0">
      <tr> 
        <td class="logobackground" align="center"><img src="{$style['imagefolder']}/jo1.gif" border="0"/><if($style['logoimage']!="")><then><a href="index.php{$SID_ARG_1ST}"><img src="{$style['logoimage']}" border="0" alt="$master_board_name" title="$master_board_name" /></a></then></if><img src="{$style['imagefolder']}/jo2.gif" border="0"/></td>
      </tr>
    </table>
    <br /> <table style="width:100%" border="0" cellspacing="0" cellpadding="0">
      <tr> 
        <td align="center" style="background-image: url({$style['imagefolder']}/top_bg.gif);"> <a href="search.php{$SID_ARG_1ST}"  onmouseover="FP_swapImg(1,0,/*id*/'img12',/*url*/'images/YGO-Online/top_search2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img12',/*url*/'images/YGO-Online/top_search.gif')"><img src="{$style['imagefolder']}/top_search.gif" border="0" alt="{$lang->items['LANG_GLOBAL_SEARCH']}" title="{$lang->items['LANG_GLOBAL_SEARCH']}" name="img12" id="img12" /></a> 
          <a href="lottozahlen.php{$SID_ARG_1ST}"  onmouseover="FP_swapImg(1,0,/*id*/'img13',/*url*/'images/YGO-Online/top_lottozahlen2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img13',/*url*/'images/YGO-Online/top_lottozahlen.gif')"><img src="{$style['imagefolder']}/top_lottozahlen.gif" border="0" alt="{$lang->items['LANG_GLOBAL_GUT_LOTTO']}" title="{$lang->items['LANG_GLOBAL_GUT_LOTTO']}" name="img13" id="img13" /></a> 
          <a href="guthaben.php{$SID_ARG_1ST}" onmouseover="FP_swapImg(1,0,/*id*/'img14',/*url*/'images/YGO-Online/top_guthaben2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img14',/*url*/'images/YGO-Online/top_guthaben.gif')"><img src="{$style['imagefolder']}/top_guthaben.gif" border="0" alt="{$lang->items['LANG_GLOBAL_GUT_GUT']}" title="{$lang->items['LANG_GLOBAL_GUT_GUT']}" name="img14" id="img14" /></a> 
          <a href="empfehlen.php{$SID_ARG_1ST}" onmouseover="FP_swapImg(1,0,/*id*/'img15',/*url*/'images/YGO-Online/top_empfehlen2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img15',/*url*/'images/YGO-Online/top_empfehlen.gif')"><img src="{$style['imagefolder']}/top_empfehlen.gif" border="0" alt="{$lang->items['LANG_GLOBAL_GUT_WERBEN']}" title="{$lang->items['LANG_GLOBAL_GUT_WERBEN']}" name="img15" id="img15" /></a> 
          <a href="misc.php?action=faq{$SID_ARG_2ND}"  onmouseover="FP_swapImg(1,0,/*id*/'img16',/*url*/'images/YGO-Online/top_faq2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img16',/*url*/'images/YGO-Online/top_faq.gif')"><img src="{$style['imagefolder']}/top_faq.gif" border="0" alt="{$lang->items['LANG_GLOBAL_FAQ']}" title="{$lang->items['LANG_GLOBAL_FAQ']}" name="img16" id="img16" /></a><if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)><then> 
          <a href="acp/index.php" target="_blank" onmouseover="FP_swapImg(1,0,/*id*/'img17',/*url*/'images/YGO-Online/top_acp2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img17',/*url*/'images/YGO-Online/top_acp.gif')"><img src="{$style['imagefolder']}/top_acp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_ACP']}" title="{$lang->items['LANG_GLOBAL_ACP']}" name="img17" id="img17" /></a></then></if><if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)><then> 
          <a href="acp/index.php" target="_blank"  onmouseover="FP_swapImg(1,0,/*id*/'img18',/*url*/'images/YGO-Online/top_modcp2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img18',/*url*/'images/YGO-Online/top_modcp.gif')"><img src="{$style['imagefolder']}/top_modcp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MODCP']}" title="{$lang->items['LANG_GLOBAL_MODCP']}" name="img18" id="img18" /></a></then></if> 
          <a href="index.php{$SID_ARG_1ST}"  onmouseover="FP_swapImg(1,0,/*id*/'img19',/*url*/'images/YGO-Online/top_start2.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img19',/*url*/'images/YGO-Online/top_start.gif')"><img src="{$style['imagefolder']}/top_start.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" name="img19" id="img19" /></a> 
        </td>
      </tr>
    </table>
    <table style="width:100%" border="0" cellspacing="0" cellpadding="0">
      <tr> 
        <td style="background-image: url({$style['imagefolder']}/headerline.gif); height:17px;"></td>
      </tr>
    </table>
    <br /> 
Shark Master
Danke.
hat bestens geklapt