This is a discussion on "Java mouse rollovers in an iframe" within the JavaScript Forum section. This forum, and the thread "Java mouse rollovers in an iframe are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Java mouse rollovers in an iframe
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Java mouse rollovers in an iframe
Hi there!
This page http://www.totallytoni.com/easystreet/street.htm uses a rollover, where the windows turn yellow. I put the page above inside an iframe: http://www.totallytoni.com/easystreet/ Although I copied the rollover script into the iframe page, the rollover doesn't work. Does anyone know how to make it work in the iframe? Thanks in advance for your response - Heather |
|
|
|
#2
|
|||
|
|||
|
Welcome to Webforumz!
This has nothing to do with the iframe! In your new document you have two sets of the same house images, presumably so that when the user scrolls they can keep going and see the next set of houses. The problem is that you've left the 'name' parameters on those images the same, which means that on mouseover, two images with the same name are being targetted. The second set of images must have different names from the first and the javascript mouseoever code will need to be adjusted accordingly! |
|
#3
|
|||
|
|||
|
Ahhhhh!
Thank you |
|
#4
|
|||
|
|||
|
How can I remove the dashed line in the iframe
|
|
#5
|
|||
|
|||
|
#6
|
|||
|
|||
|
Thanks so much
|
![]() |
| Tags |
| java, mouse, rollovers, iframe |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] refresh a different iframe once an iframe elsewhere has loaded | cosmicbdog | JavaScript Forum | 1 | Jan 25th, 2008 01:50 |
| Hyperlink Rollovers | crackafaza | Web Page Design | 3 | Aug 24th, 2007 11:43 |
| Can a jsp file in an IFrame calls a javascript function outside of the IFrame | jadeite100 | JavaScript Forum | 0 | May 31st, 2007 14:29 |
| Java/GUI/Server Developer (Java, EJB/Hibernate, SWING) - Berkshire | Web JobBot | Job Opportunities | 0 | Jan 16th, 2007 09:30 |
| faded rollovers | benbramz | Graphics and 3D | 7 | Aug 30th, 2005 15:28 |