HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
on mouse over, on mouse out problems
Post new topic   Reply to topic    HTML Help Forum Index -> DHTML
View previous topic :: View next topic  
Author Message
degsy



Joined: 23 Feb 2005
Posts: 2440
Location: North East, UK

PostPosted: Sun Apr 30, 2006 3:18 am     Reply with quote

Here are some examples
http://degs.co.uk/test/javascript/rollover/rollover1.htm
Gerald Scott



Joined: 16 Sep 2006
Posts: 19
Location: UK

PostPosted: Sun Sep 17, 2006 2:21 am     Mouseover image effects. Hope this helps. Reply with quote

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>

<head>

<title>chipstein22 mouseover</title>

<script language="Javascript">
<!--
if(document.images){

name1 = new Image(50,50); name1.src = "5frnavi.bmp";
name2 = new Image(50,50); name2.src = "5frnavi1.bmp";
//and so on...
}
function change(imageName,imageFile){
if(!document.images) return;//Exit if not supported
document.images[imageName].src = eval(imageFile + ".src");
}
//-->
</script>

</head>


<body bgcolor="#FFFFFF">

<a href=" http://www.myspace.com/5flyingraccoons" onMouseOver="change('A','name2')" onMouseOut="change('A','name1')">
<img src="5frnavi.bmp" alt="Click to go to thingies space" height="145" width="200" border="0" name="A"></a>


</body>
</html>

<!-- Cheers - gerald.scott

http://www.flowersineden.co.uk
-->
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> DHTML All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial