Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > HTML / DHTML

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 09-28-2011, 11:39 PM   #1
ncjbhd
Registered User
 
Join Date: Jul 2011
Posts: 262
changing images

I have just added a script to my web site that changes an image when a mouse is passed over it, is this possible without intervention i.e automatically.

Thanks
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
ncjbhd is offline   Reply With Quote

Old 05-15-2014, 03:01 AM   #2
alligatortek001
Registered User
 
Join Date: Nov 2013
Posts: 92
Yeah with scripting what you are asking is really possible . You may use java script for the purpose to add inter-activeness to web pages.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
alligatortek001 is offline   Reply With Quote
Old 05-27-2015, 06:55 AM   #3
yasar
Registered User
 
Join Date: May 2015
Posts: 61
Using java script we can do this

<div onmouseover = "mOver(this)" onmouseout = "mOut(this)" style="background-color:coral;height:40px;width:200px;padding:40px">
On Mouse Over
</div>
<script>
function mOver(obj)
{
obj.innerHTML = "THankyou"
}
function mOut(obj)
{
obj.innerHTML = "On Mouse Over"
}
</script>
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
yasar is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Showing and Hiding images ncjbhd HTML / DHTML 1 09-27-2011 03:41 AM


All times are GMT -7. The time now is 04:07 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.