Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rating: Thread Rating: 3 votes, 3.33 average.
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-06-2005, 01:47 AM   PM User | #1
Shadox
New to the CF scene

 
Join Date: Jan 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Shadox is an unknown quantity at this point
Rollover Problem...

Ok I am really new at coding, and made my own site. I want rollovers for navigation buttons, but I cant get them to work! Heres the code I have right now..any suggestions?
Code:
<head>
<title>Matt.com :: Pics</title>
<script language="Javascript" type="text/javascript">
<!-- Hide

	if (document.images) {
		home1 = new Image
		home2 = new Image
		blog1 = new Image
		blog2 = new Image
		games1 = new Image
		games2 = new Image
		hate1 = new Image
		hate2 = new Image
		profile1 = new Image
		profile2 = new Image
		xbox1 = new Image
		xbox2 = new Image
             
		home1.src = 
                       "http://img44.exs.cx/img44/8536/homebutton19cm.jpg"
	        home2.src =
                        "http://img44.exs.cx/img44/7204/homebutton25py.jpg"
		blog1.src = 
                        "http://img44.exs.cx/img44/6407/blogbutton12rz.jpg"
		blog2.src = 
                        "http://img44.exs.cx/img44/5373/blogbutton23fe.jpg"
		games1.src = 
                        "http://img44.exs.cx/img44/2550/gamesbutton14iw.jpg"
		games2.src = 
                        "http://img44.exs.cx/img44/2660/gamesbutton28hm.jpg"
		hate1.src = 
                        "http://img44.exs.cx/img44/223/hatebutton14pi.jpg"
		hate2.src = 
                        "http://img44.exs.cx/img44/7931/hatebutton20zp.jpg"	
                profile1.src = 
                        "http://img44.exs.cx/img44/7080/profilebutton25fe.jpg"
		profile2.src = 
                        "http://img44.exs.cx/img44/527/profilebutton14ts.jpg"
		xbox1.src = 
                        "http://img44.exs.cx/img44/3664/xboxbutton17eo.jpg"
		xbox2.src = 
                        "http://img44.exs.cx/img44/2277/xboxbutton20fa.jpg"
	   }

             //End hide -->
     </script>	
</head>
<body bgcolor="black" width="800">

	<a href="http://www.freewebs.com/mattzeroo/" 
onmouseover="document.home2.src=home2.src"
onmouseout="document.home1.src=home1.src">
<img src="http://img44.exs.cx/img44/8536/homebutton19cm.jpg" width="113" height="33" border="0" name="Home" alt="Home" /></a><br><br>  
	
        <a href="http://www.freewebs.com/mattzeroo/blog.htm" 
onmouseover="document.blog2.src=blog2.src" 
onmouseout="document.blog2.src=blog2.src">
<img src="http://img44.exs.cx/img44/6407/blogbutton12rz.jpg" width="113" height="33" border="0" name="Blog" alt="Blog" /></a><br><br>	

        <a href="http://www.freewebs.com/mattzeroo/games.htm" 
onmouseover="document.games2.src=games2" 
onmouseout="document.games2.src=games2.src">
<img src="http://img44.exs.cx/img44/2550/gamesbutton14iw.jpg" width="113" height="33" border="0" name="Games" alt="Games" /></a><br><br>  

	<a href="http://www.freewebs.com/mattzeroo/thingsihate.htm" 
onmouseover="document.hate2.src=hate2.src" 
onmouseout="document.hate2.src=hate2.src">
<img src="http://img44.exs.cx/img44/223/hatebutton14pi.jpg" width="113" height="33" border="0" name="Hate" alt="Hate" /></a><br><Br>	

       <a href="http://www.freewebs.com/mattzeroo/Profile" 
onmouseover="document.profile2.src=profile2.src" onmouseout="document.profile2.src=profile2.src">
<img src="http://img44.exs.cx/img44/7080/profilebutton25fe.jpg" width="113" height="33" border="0" name="Profile" alt="Profile" /></a><Br><br>  

	<a href="http://www.freewebs.com/mattzeroo/xbox.htm" 
onmouseover="document.xbox2.src=xbox2.src" 
onmouseout="document.xbox2.src=xbox2.src">
<img src="http://img44.exs.cx/img44/3664/xboxbutton17eo.jpg" width="113" height="33" border="0" name="Xbox" alt="Xbox" /></a><br><Br>
</body>
Also I would also like to know how to be able to put a whole song on my site without it having to load the whole song every time someone enters the site...
Shadox is offline   Reply With Quote
Old 01-06-2005, 05:08 PM   PM User | #2
Antoniohawk
Senior Coder

 
Join Date: Aug 2002
Location: Kansas City, Kansas
Posts: 1,518
Thanks: 0
Thanked 2 Times in 2 Posts
Antoniohawk will become famous soon enough
This is a javascript question, so I'm gonna move it there for ya.
Antoniohawk is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:33 AM.


Advertisement
Log in to turn off these ads.