Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
CitySteve #1
Rollover not working in Mac Browser
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:
[url]http://www.giles-park.co.uk/female_editorial.htm[/url]
Any help to cerrext this would be appreciated.
Thanks
CitySteve Guest
-
Cannot keep a browser working - always flash.ocxerrors
I too am having this problem. I've noticed it for about 6-9 months now. Macromedia feels that the problem is with the hardware and they suggest... -
Preview in Browser not working
I am using Contribute 3 and the Preview in Browser option is not working for writers. Only publishers can preview. Is this a bug or are writers... -
Links not working with rollover
I have a button with a rollover that is supposed to jump the user to another section of the score when clicked. I don't see why I would need any... -
button.onPress= and on(rollover) not working together.
i'm using a function to move a movieclip (a). the function is executed when a movieclip (buttonClip) is pressed. a friend showed me how to do it... -
File Browser Not Working
Elements opens OK, but my File Browser will not search out or open any files -
Murray *TMM* #2
Re: Rollover not working in Mac Browser
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!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"CitySteve" <webforumsuser@macromedia.com> wrote in message
news:dqrb3p$mtn$1@forums.macromedia.com...> 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:
> [url]http://www.giles-park.co.uk/female_editorial.htm[/url]
>
> Any help to cerrext this would be appreciated.
>
> Thanks
>
Murray *TMM* Guest
-
CitySteve #3
Re: Rollover not working in Mac Browser
I'm told that these two don't work
[url]http://www.giles-park.co.uk/male_editorial.htm[/url]
[url]http://www.giles-park.co.uk/female_editorial.htm[/url]
When you mouse over the boxes on the right the main image should change, but
I'm told on a mac it doesn't.
CitySteve Guest
-
Murray *TMM* #4
Re: Rollover not working in Mac Browser
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_squar e.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_edito rial/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!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"CitySteve" <webforumsuser@macromedia.com> wrote in message
news:dqrcdr$ogt$1@forums.macromedia.com...> I'm told that these two don't work
>
> [url]http://www.giles-park.co.uk/male_editorial.htm[/url]
>
> [url]http://www.giles-park.co.uk/female_editorial.htm[/url]
>
> When you mouse over the boxes on the right the main image should change,
> but
> I'm told on a mac it doesn't.
>
Murray *TMM* Guest
-
CitySteve #5
Re: Rollover not working in Mac Browser
Thanks, I'll give that a try. I appreciate your help.
CitySteve Guest
-
Murray *TMM* #6
Re: Rollover not working in Mac Browser
You're welcome.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"CitySteve" <webforumsuser@macromedia.com> wrote in message
news:dqri8i$2t7$1@forums.macromedia.com...> Thanks, I'll give that a try. I appreciate your help.
Murray *TMM* Guest



Reply With Quote

