Simple Disjointed Rollover problem!! Help!!

This is a discussion on "Simple Disjointed Rollover problem!! Help!!" within the JavaScript Forum section. This forum, and the thread "Simple Disjointed Rollover problem!! Help!! are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 3rd, 2007, 11:19
Up'n'Coming Member
Join Date: Jun 2007
Location: San Diego/RC
Age: 23
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Simple Disjointed Rollover problem!! Help!!

I am very new to this, and I am following this tutorial:

http://www.wmich.edu/itc/tutorials/d.../rollover.html

So frustrated I do not know what I am doing wrong

please look at my site

http://www.amandacarpenterphotography.com/gallery.php

All I am trying to do is when you rollover on the left (Weddings/Family/Engagement etc) it shows a different picture on the right.

please help
Reply With Quote

  #2 (permalink)  
Old Jul 3rd, 2007, 11:47
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Simple Disjointed Rollover problem!! Help!!

Ok for the wedding rollover you have the maternity photo as your mouseover.
Change that to the wedding rollover.
I'll highlight in red what you need to change.
Code: Select all
<th width="164" scope="col"><a href="wedding/index.html"><img src="wed.gif" name="wedding" width="163" height="60" border="0" id="wedding" onmouseover="MM_swapImage('wedding','','wed1.gif',1);MM_swapImage('wedroll','','matpic.gif',1)" onmouseout="MM_swapImage('wedding','','wed.gif',1);MM_swapImage('wedding','','wed.gif','wedroll','','sunset.png',1)" /></a><a href="wedding/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image9','','wed1.gif',1)"></a></th>
                  </tr>
Reply With Quote
Reply

Tags
rollover

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
background-image rollover problem ie6 ukstoner Web Page Design 6 Apr 9th, 2008 14:00
Rollover and disjointed rollover on same items? jtyoungs Web Page Design 37 Oct 1st, 2007 14:05
trying to sort out a disjointed rollover problem seanollett JavaScript Forum 0 Apr 23rd, 2006 08:25
Rollover delay problem, please help! stealthmonkey JavaScript Forum 11 Feb 12th, 2006 02:24
Rollover Image Problem! edejo JavaScript Forum 2 Dec 16th, 2005 01:44


All times are GMT. The time now is 19:23.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43