Buttons Bar und Mouseover probleme

michael202
Hab da mal ein problem und zwar folgendes wollte ein mouseover oben im menüe einbauen geht abe irgendwie nicht vlt könnt ihr mir ja helfen

Problembeschreibung:
Mouseover Funktioniert nicht im FireFox weder Im Internet Explorer


Fehlermeldung:

Keine nur das die bilder angeblich net richtig wärn beim Internet Explorer und beim FireFox sehe ich nur 1 button der ist aber nicht verändert oder so


Link zum Forum oder Screenshot:
Klick dich zum Forum

Was wurde zuletzt geändert oder eingebaut?
Nichts!! Forum ist ganz neu weil es nur zum Style Probieren ist

Hier mal der ganze Code den ich benutz habe

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:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
<script
language="JavaScript">
<!--
button1= new Image();
button1.src = "http://risk123.ri.funpic.de/wbb2/images/snaxx_v2/top_usercp.gif"
button2= new Image();
button2.src = "http://risk123.ri.funpic.de/wbb2/images/snaxx_v2/top_usercp_hover.gif"

button3= new Image();
button3.src = "http://risk123.ri.funpic.de/wbb2/images/snaxx_v2/top_pms.gif"
button4= new Image();
button4.src = "http://risk123.ri.funpic.de/wbb2/images/snaxx_v2/top_pms_hover.gif"

button5= new Image();
button5.src = "http://risk123.ri.funpic.de/wbb2/images/snaxx_v2/top_register.gif"
button6= new Image();
button6.src = "http://risk123.ri.funpic.de/wbb2/images/snaxx_v2/top_register_hover.gif"

button7= new Image();
button7.src = "http://risk123.ri.funpic.de/wbb2/images/snaxx_v2/top_calendar.gif"
button8= new Image();
button8.src = "http://risk123.ri.funpic.de/wbb2/images/snaxx_v2/top_calendar_hover.gif"

button9= new Image();
button9.src = "http://risk123.ri.funpic.de/wbb2/images/snaxx_v2/top_members.gif"
button10= new Image();
button10.src = "http://risk123.ri.funpic.de/wbb2/images/snaxx_v2/top_members_hover.gif"

button11= new Image();
button11.src = "http://risk123.ri.funpic.de/wbb2/images/snaxx_v2/top_team.gif"
button12= new Image();
button12.src = "http://risk123.ri.funpic.de/wbb2/images/snaxx_v2/top_team_hover.gif"

button13= new Image();
button13.src = "http://risk123.ri.funpic.de/wbb2/images/snaxx_v2/top_search.gif"
button14= new Image();
button14.src = "http://risk123.ri.funpic.de/wbb2/images/snaxx_v2/top_search_hover.gif"

button15= new Image();
button15.src = "http://risk123.ri.funpic.de/wbb2/images/snaxx_v2/top_faq.gif"
button16= new Image();
button16.src = "http://risk123.ri.funpic.de/wbb2/images/snaxx_v2/top_faq_hover.gif"

button17= new Image();
button17.src = "http://risk123.ri.funpic.de/wbb2/images/snaxx_v2/top_acp.gif"
button18= new Image();
button18.src = "http://risk123.ri.funpic.de/wbb2/images/snaxx_v2/top_acp_hover.gif"

button19= new Image();
button19.src = "http://risk123.ri.funpic.de/wbb2/images/snaxx_v2/top_start.gif"
button20= new Image();
button20.src = "http://risk123.ri.funpic.de/wbb2/images/snaxx_v2/top_start_hover.gif"
/* usw. für alle Grafiken,
die am Mouse-Over-Effekt beteiligt sind */
//-->
</script>

<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 class="logobackground" align="center"><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></td>
     </tr>
     <tr>
           <td align="center" style="background-image: url({$style['imagefolder']}/top_bg1.jpg);"><span class="smallfont"><if($wbbuserdata['userid'])><then>

{$style['imagefolder']}

<!--------------------------------------------- MENU BEGINING -------------------------------------------------->

<a href="usercp.php{$SID_ARG_1ST}" onmouseover="austausch1.src='http://risk123.ri.funpic.de/wbb2/images/snaxx_v2/top_usercp.gif';" onmouseout="austausch1.src='http://risk123.ri.funpic.de/wbb2/images/snaxx_v2/top_usercp_hover.gif';">
<img src="{$style['imagefolder']}/top_usercp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_USERCP']}" title="{$lang->items['LANG_GLOBAL_USERCP']}" />
</a>


<img src="{$style['imagefolder']}/top_zwischenstück.gif" alt="" title="" />


<a href="pms.php{$SID_ARG_1ST}" onmouseover="austausch1.src='top_pms.gif';" onmouseout="austausch1.src='top_pms_hover.gif';">
<img src="{$style['imagefolder']}/top_pms.gif" border="0" alt="{$lang->items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']}" name="austausch1" />
</a>

<img src="{$style['imagefolder']}/top_zwischenstück.gif" alt="" title="" /></then><else>


<a href="register.php{$SID_ARG_1ST}" onmouseover="austausch2.src='top_register.gif';" onmouseout="austausch2.src='top_register_hover.gif';">
<img src="{$style['imagefolder']}/top_register.gif" border="0" alt="{$lang->items['LANG_GLOBAL_REGISTER']}" title="{$lang->items['LANG_GLOBAL_REGISTER']}" name="austausch2" />
</a>


<img src="{$style['imagefolder']}/top_zwischenstück.gif" alt="" title="" /></else></if>


<a href="calendar.php{$SID_ARG_1ST}" onmouseover="austausch3.src='top_calendar.gif';" onmouseout="austausch3.src='top_calendar_hover.gif';">
<img src="{$style['imagefolder']}/top_calendar.gif" border="0" alt="{$lang->items['LANG_GLOBAL_CALENDAR']}" title="{$lang->items['LANG_GLOBAL_CALENDAR']}" name="austausch3" />
</a>


<img src="{$style['imagefolder']}/top_zwischenstück.gif" alt="" title="" />


<a href="memberslist.php{$SID_ARG_1ST}" onmouseover="austausch4.src='email.gif';" onmouseout="austausch4.src='knopf.gif';">
<img src="{$style['imagefolder']}/top_members.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" title="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" name="austausch4" />
</a>


<img src="{$style['imagefolder']}/top_zwischenstück.gif" alt="" title="" />


<a href="team.php{$SID_ARG_1ST}" onmouseover="austausch5.src='email.gif';" onmouseout="austausch5.src='knopf.gif';">
<img src="{$style['imagefolder']}/top_team.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TEAM']}" title="{$lang->items['LANG_GLOBAL_TEAM']}" name="austausch5" />
</a>


<img src="{$style['imagefolder']}/top_zwischenstück.gif" alt="" title="" />


<a href="search.php{$SID_ARG_1ST}" onmouseover="austausch6.src='email.gif';" onmouseout="austausch6.src='knopf.gif';">
<img src="{$style['imagefolder']}/top_search.gif" border="0" alt="{$lang->items['LANG_GLOBAL_SEARCH']}" title="{$lang->items['LANG_GLOBAL_SEARCH']}" name="austausch6" />
</a>


<img src="{$style['imagefolder']}/top_zwischenstück.gif" alt="" title="" />


<a href="misc.php?action=faq{$SID_ARG_2ND}" onmouseover="austausch7.src='top_faq.gif';" onmouseout="austausch7.src='top_faq_hover.gif';">
<img src="{$style['imagefolder']}/top_faq.gif" border="0" alt="{$lang->items['LANG_GLOBAL_FAQ']}" title="{$lang->items['LANG_GLOBAL_FAQ']}" name="austausch7" />
</a>


<img src="{$style['imagefolder']}/top_zwischenstück.gif" alt="" title="" /><if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)><then>


<a href="acp/index.php" target="_blank" onmouseover="austausch8.src='top_acp.gif';" onmouseout="austausch8.src='top_acp_hover.gif';">
<img src="{$style['imagefolder']}/top_acp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_ACP']}" title="{$lang->items['LANG_GLOBAL_ACP']}" name="austausch8" />
</a>

<a href="index.php" target="_blank" onmouseover="austausch9.src='top_start.gif';" onmouseout="austausch9.src='top_start_hover.gif';">
<img src="{$style['imagefolder']}/top_start.gif" border="0" alt="{$lang->items['LANG_GLOBAL_ACP']}" title="{$lang->items['LANG_GLOBAL_ACP']}" name="austausch8" />
</a>
<!-------------------------------------------  END OF MENU ---------------------------------------------------->



</then></if><if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)><then><img src="{$style['imagefolder']}/top_zwischenstück.gif" alt="" title="" /><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_acp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MODCP']}" title="{$lang->items['LANG_GLOBAL_MODCP']}" /></a></then></if><img src="{$style['imagefolder']}/top_zwischenstück.gif" alt="" title="" /><a href="index.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_start.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a>
       <td style="background-image: url({$style['imagefolder']}/headerline.gif); height:17px;"></td>
     </tr>
    </table><br />