IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   HTML/CSS/JavaScript (https://www.ircforumlari.net/html-css-javascript/)
-   -   üzerine gelince alttaki resim değişsin (https://www.ircforumlari.net/html-css-javascript/638677-uzerine-gelince-alttaki-resim-degissin.html)

hAte 03 Kasım 2014 08:05

üzerine gelince alttaki resim değişsin
 
PHP- Kodu:

<!-- TWO STEPS TO INSTALL CHANGE IMAGE:

1. Paste the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document 
-->

<!-- 
STEP ONECopy this code into the HEAD of your HTML document -->

<
HEAD>

<
SCRIPT language="JavaScript">

<! >
<! >

<!-- 
Begin
function movepic(img_name,img_src) {
document[img_name].src=img_src;
}
// End -->
</SCRIPT>
<!-- STEP TWO: Put this code into the BODY of your HTML document -->

<BODY>

<!-- Be sure to give each image a name! (<img name="button">)
Include that name in the onmouseover/onmouseout tags! -->

<CENTER>
<A HREF="http://javascript.internet.com" 
onmouseover="movepic('button','pic-off.gif')" 
onmouseout="movepic('button','pic-on.gif')">
<IMG NAME="button" SRC="pic-off.gif" ALT="Image"></A>
</CENTER> 



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 21:07.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk