html >> Rollover not working in Mac Browser

by CitySteve » Sat, 21 Jan 2006 02:45:13 GMT

I've created a series of pages with Dreamweaver MX that contain rollovers of
small images to show larger versions using 'MM_swapImage'. There are six pages
in total all of which view fine on a PC.

However I'm told that the rollover functions don't work on 2 of the pages when
viewed on a Mac browser. I have no access to a Mac so can't unfortunately see
the error effect.

This page CAN be viewed correctly on a Mac:
http://www.giles-park.co.uk/female_editorial.htm

Any help to cerrext this would be appreciated.

Thanks



html >> Rollover not working in Mac Browser

by Murray *TMM* » Sat, 21 Jan 2006 02:46:52 GMT


Where is a page that cannot be viewed correctly?

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs , Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================









html >> Rollover not working in Mac Browser

by CitySteve » Sat, 21 Jan 2006 03:07:40 GMT

I'm told that these two don't work

http://www.giles-park.co.uk/male_editorial.htm

http://www.giles-park.co.uk/female_editorial.htm

When you mouse over the boxes on the right the main image should change, but
I'm told on a mac it doesn't.



Rollover not working in Mac Browser

by Murray *TMM* » Sat, 21 Jan 2006 03:50:16 GMT

You have applied the swap image behavior twice to those links on the right -

<td width="20"> <div align="center"><a href="javascript:;"
onFocus="if(this.blur)this.blur()"
onMouseOver="MM_swapImage('button1','','grey_square.jpg',1);
MM_swapImage('Image26','','male_editorial/male_edit1.jpg',1)"
onMouseOut="MM_swapImgRestore()">

and I guess that's what is confusing the Mac. You don't need to do that. A
single instance of the swap image behavior can be used to swap every image
on your page. You would apply the behavior, select an image, browse to its
replacement, select another image, browser to its replacement, and so on.
That would make the code look like this -

<td width="20"> <div align="center"><a href="javascript:;"
onFocus="if(this.blur)this.blur()"
onMouseOver="MM_swapImage('image26','','male_editorial/male_edit1.jpg','button1','','grey_square.jpg',1)"
onMouseOut="MM_swapImgRestore()"><img src="white_square.jpg" alt="button1"
name="button1" width="20" height="20" border="0" class="linkbox" id="Image1"
galleryimg="no"></a></div></td>

and I'm betting that works on the Mac.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs , Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================








Rollover not working in Mac Browser

by CitySteve » Sat, 21 Jan 2006 04:47:14 GMT

Thanks, I'll give that a try. I appreciate your help.


Rollover not working in Mac Browser

by Murray *TMM* » Sat, 21 Jan 2006 21:21:33 GMT

You're welcome.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs , Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================








Similar Threads

1. ASPFileUpload Not working working using MAC Safari browser

2. FLV component not working on Safari Browsers or any MAC browsers

3. ASPFileUploads not working with MAC Safari browser

4. ASPFileUpload not working using MAC Safari browser - Database Tutorial in ASP

5. .CSS Dreamweaver Bullet does not work on Mac's browsers

6. HELP - Page not working on a IE Mac browser - Adobe Dreamweaver

7. New Browser Window not working on My Mac Intel pro

I have set a behavior in Dreamweaver CS3 to open a new browser window to a set 
size and to only show scroll bars if needed. I have left all other attributes 
unchecked. This is not working for me. Can you tell me how to make  a new 
browser window to my settings using the behaviors in Dreamweaver CS3? I do all 
the steps right. what do I do when I follow all the steps for setting up a new 
browser window correctly and it doesn't work!? The new browser window never 
pops up even when i use an image map. The Behavior is not working correctly and 
I even re-installed Dreamweaver CS3. I am on an intel based mac pro. Running 
Firefox version 3 and Safari 3.1.2 on Leopard.  I have done this several times 
before and it has worked. but that was before Leopard. Here is my code:

 <area shape="rect" coords="4,3,78,77" href="#"  
 onClick="MM_openBrWindow('images/02.jpg','','width=378,height=504')">

 The only way I can get it to halfway work is add it into the link area  
 on the properties panel. The window will then open but not to the  
 specified size.?

 please advise as this is taking a long time to figure out!?



8. Preview In Browser Not Working With Safari 3.0 On Mac - Adobe Dreamweaver