Javascript v HTML

Sekcia: Programovanie 10.01.2010 | 19:18
Avatar SaxX Kubuntu 9.10, Windows 7  Používateľ
Zdravim... mam malicky problem, vytvoril som si javascript v html stranke...klasika tlacidlo ktore po prejdeni mysou zmeni farbu... script funguje ale len ak je na stranke sam... ak mam viac takych tlacidiel, tak nefunguje. Poradte mi prosim.

script:

<script language="JavaScript">SecondImage00='more2.png';</script> <img alt="" name="img00" border="0" src="more1.png" onLoad="TempImage00=new Image(0,0); TempImage00.src=SecondImage00">
Supernatural is the best!!! Bojovník za slobodný software...
    • Re: Javascript v HTML 10.01.2010 | 20:00
      tomas srnka   Návštevník
      daj ten kod niekam na pastebin.com prosim a hod sem link
      • Re: Javascript v HTML 10.01.2010 | 20:35
        Avatar SaxX Kubuntu 9.10, Windows 7  Používateľ
        tie tlacidla mam na portfoliu... tu ak kliknes na more tak sa otvori nova stranka a tam tlacidlo fachci...
        Supernatural is the best!!! Bojovník za slobodný software...
    • Re: Javascript v HTML 10.01.2010 | 21:50
      Avatar Dare_devil Debian, OpenSuse  Používateľ
      Pre boha preco to robis cez javascript a nie ces css :hover ??
      There is no flag large enough to cover the shame of killing innocent people
      • Re: Javascript v HTML 11.01.2010 | 00:00
        Avatar SaxX Kubuntu 9.10, Windows 7  Používateľ
        chcem skusit z kazdeho trocha :D
        Supernatural is the best!!! Bojovník za slobodný software...
        • Re: Javascript v HTML 11.01.2010 | 00:03
          Avatar Dare_devil Debian, OpenSuse  Používateľ
          Nemyslim si ze je to idealne riesenie ...
          There is no flag large enough to cover the shame of killing innocent people
          • Re: Javascript v HTML 11.01.2010 | 00:27
            Avatar fraxinus Debian 5.0  Používateľ
            Neviem ci si si vsimol ale cela ta stranka je jeden obrovsky obrazok (vratane textu!). Myslim si ze idealne riesenia ho nezaujimaju.
            I am not here. Isn't here just there without a t?
            • Re: Javascript v HTML 11.01.2010 | 16:19
              Avatar Dare_devil Debian, OpenSuse  Používateľ
              LOL az teraz som si to vsimol.. 5x LOL :D SEO rullz.
              There is no flag large enough to cover the shame of killing innocent people
    • Re: Javascript v HTML 11.01.2010 | 00:20
      Avatar fraxinus Debian 5.0  Používateľ
      > tlacidlo ktore po prejdeni mysou zmeni farbu

      <style>
      body {
      background: black;
      }

      button.tlacitko {
      width: 64px;
      height: 64px;
      border: 0px;
      opacity: 0.8; filter: alpha(opacity=80);
      }

      button.tlacitko:hover {
      opacity: 1.0; filter: alpha(opacity=100);
      }
      </style>

      <button class="tlacitko" style="background: url('http://saxx69.yw.sk/twit.png');"></button>
      <button class="tlacitko" style="background: url('http://saxx69.yw.sk/mys.png');"></button>
      <button class="tlacitko" style="background: url('http://saxx69.yw.sk/fac.png');"></button>
      I am not here. Isn't here just there without a t?
      • Re: Javascript v HTML 11.01.2010 | 00:40
        Avatar SaxX Kubuntu 9.10, Windows 7  Používateľ
        fraxinus mno na toto som nemyslel ale dakujem :)
        Supernatural is the best!!! Bojovník za slobodný software...
        • Re: Javascript v HTML 11.01.2010 | 00:46
          Avatar SaxX Kubuntu 9.10, Windows 7  Používateľ
          btw. ta stranka aj s textom je zatial len obrazok :D ... najprv to bolo vyrobene v gimpe a teraz to chcem rozobrat do html ale zastavil som sa na tych tlacitkach :( ... zvysok su banality...len to pokakane talcitko ma stve
          Supernatural is the best!!! Bojovník za slobodný software...
          • Re: Javascript v HTML 12.01.2010 | 03:43
            Avatar SaxX Kubuntu 9.10, Windows 7  Používateľ
            cakal som pomoc...ale poslednu dobu to tu stoji fakt za staru belu... :/
            Supernatural is the best!!! Bojovník za slobodný software...
            • Re: Javascript v HTML 12.01.2010 | 09:34
              jkp   Návštevník
              Ty si akože nedostal radu? Poradili ti tu css. Je to jednoduchšie a rýchlejšie .
              Nestačí??
            • Re: Javascript v HTML 12.01.2010 | 11:54
              Avatar fraxinus Debian 5.0  Používateľ
              CSS je jedine spravne riesenie na tvoj problem. Da sa to aj javaskriptom ale je to totalna blbost robit to tak.

              <img src="obrazok1.png" onmouseover="this.src='obrazok2.png'" onmouseout="this.src='obrazok2.png'" />
              I am not here. Isn't here just there without a t?
              • Re: Javascript v HTML 12.01.2010 | 13:15
                jkp   Návštevník
                nie náhodou <img src="obrazok1.png" onmouseover="this.src='obrazok2.png'" onmouseout="this.src='obrazok1.png'" />
                a dostane sa k povodnemu ked odlezie mysou?
                • Re: Javascript v HTML 12.01.2010 | 13:34
                  Avatar fraxinus Debian 5.0  Používateľ
                  jo jo, preklep, dik
                  I am not here. Isn't here just there without a t?