ilch Forum » Allgemein » HTML, PHP, SQL,... » MouseOver button

Geschlossen
  1. #1
    User Pic
    termodox Mitglied
    Registriert seit
    01.07.2007
    Beiträge
    68
    Beitragswertungen
    0 Beitragspunkte
    Hallo, könnt ihr mir helfen mit dem MouseOver Code (javascript) ich verstehe wenig...
    Also wenn ich den java code nur für ein Button mache funzt alles supper

    -> termodox.te.ohost.de/index.html

    doch wenn ich den Code für weitere buttons einsetze, funktioniert garnichts...

    termodox.te.ohost.de/index2.html


    html1 code
    <html>
    <head>
    <title>Untitled-1</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- ImageReady Slices (Untitled-1) -->
    <table id="Table_01" width="800" height="223" border="0" cellpadding="0" cellspacing="0">
    	<tr>
    		<td colspan="7">
    			<img src="images/index_01.jpg" width="800" height="22" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="images/index_02.jpg" width="57" height="201" alt=""></td>
    		<td>
            <a href="/en" onMouseOver="document.home.src='images/English2.jpg'" onMouseOut="document.home.src='images/English.jpg'">
    <img src="images/English.jpg" name="home" alt="link: Java Script / Applets Page" border="0"></a>
    			</td>
    <td>
    			<img src="images/index_04.jpg" width="104" height="201" alt=""></td>
    		<td>
    			<img src="images/German.jpg" alt="" width="154" height="201" border="0"></td>
    <td>
    			<img src="images/index_06.jpg" width="88" height="201" alt=""></td>
    		<td>
    			<img src="images/Russian.jpg" alt="" width="176" height="201" border="0"></td>
    <td>
    			<img src="images/index_08.jpg" width="53" height="201" alt=""></td>
    	</tr>
    </table>
    <!-- End ImageReady Slices -->
    </body>
    </html>



    html2
    <html>
    <head>
    <title>Untitled-1</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- ImageReady Slices (Untitled-1) -->
    <table id="Table_01" width="800" height="223" border="0" cellpadding="0" cellspacing="0">
    	<tr>
    		<td colspan="7">
    			<img src="images/index_01.jpg" width="800" height="22" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="images/index_02.jpg" width="57" height="201" alt=""></td>
    		<td>
            <a href="/en" onmouseover="document.home.src='images/English2.jpg'" onmouseout="document.home.src='images/English.jpg'">
    <img src="images/English.jpg" name="eng" alt="link: J4444" border="0"></a>
    			</td>
    <td>
    			<img src="images/index_04.jpg" width="104" height="201" alt=""></td>
    		<td>
            <a href="/de" onmouseover="document.home.src='images/german2.jpg'" onmouseout="document.home.src='images/german.jpg'">
    <img src="images/german.jpg" name="ger" alt="link: J333" border="0"></a>
    			</td>
    <td>
    			<img src="images/index_06.jpg" width="88" height="201" alt=""></td>
    		<td>
            <a href="/ru" onmouseover="document.home.src='images/russian2.jpg'" onmouseout="document.home.src='images/russian.jpg'">
    <img src="images/russian.jpg" name="rus" alt="link: 222" border="0"></a>
    			</td>
    <td>
    			<img src="images/index_08.jpg" width="53" height="201" alt=""></td>
    	</tr>
    </table>
    <!-- End ImageReady Slices -->
    </body>
    </html>



    Thx Mfg

    betroffene Homepage: termodox.te.ohost.de/index.html
    0 Mitglieder finden den Beitrag gut.
  2. #2
    User Pic
    freak Mitglied
    Registriert seit
    31.01.2007
    Beiträge
    856
    Beitragswertungen
    0 Beitragspunkte
    mach den hover effekt mit css :-)

    bild:hover
    0 Mitglieder finden den Beitrag gut.
  3. #3
    User Pic
    Klo Deckel Mitglied
    Registriert seit
    09.11.2006
    Beiträge
    337
    Beitragswertungen
    0 Beitragspunkte
    0 Mitglieder finden den Beitrag gut.
  4. #4
    User Pic
    termodox Mitglied
    Registriert seit
    01.07.2007
    Beiträge
    68
    Beitragswertungen
    0 Beitragspunkte
    thx ich guge:D


    Zuletzt modifiziert von termodox am 01.05.2008 - 12:24:44
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu HTML, PHP, SQL,...

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten