Why doesn't this button work in Firefox on Mac? - macos

I'm hoping someone out there can tell me what's causing the "Continue" button to fail on Firefox with Mac. It's a simple form with a button to select one's country. I'm with a non-profit trying to raise funds for end-of-year giving to help save animals and this page works on "most" browsers: Windows FF, IE, older IE, Chrome, and Mac Safari and Chrome. However, it seems to fail completely on FF on Mac and I don't know why.
The code is all there in the page: www.ifaw.org/united-states/holiday-gift
I'm guessing that the problem is that FF in Mac isn't running the onclick="selectTheRightCountry();" routine. But Javascript is on, so I'm not sure why it doesn't work.
I'm afraid most of my web designing is based on Windows and I'm not a guru in cross-browser Javascript, so I'm not sure what the best way to fix this would be.
Thank you for any help!

This seems to be limited to older versions of Firefox on Mac. Would still be interested to know what caused it if anyone knows, but it's not a huge deal anymore. Thank you!

Related

error parallax effect in firefox but works on google chrome

I need your help my website is not functioning properly on firefox browser but in edge, chrome and opera and safari it works only firefox is not functioning properly
Firefox Browser
Google Chrome Browser
I would recommend setting up all your projects in Xampp or something similar first before testing it. If you are going to upload to a server you need to replicate the environment locally before you decide whether it is going to work or not. It seems complicated but it is quite simple, you can find out more here. https://www.apachefriends.org/
That said, check your urls, they are not the same for your two different screens, the one is referencing an anchor tag.

Font issue with Chrome on Mac

I am working on a site where I am having a font issue. The font shows up correctly for all browsers on a PC, but, the issue is when it is viewed with Chrome on a Mac. I know how to do hacks for specific browsers, but, I am at a loss when it comes to Chrome on a Mac. How do you specify for a particular browser on a Mac. I've attached screen captures. Any suggestions on how to fix this? Thank you in advanced for your time and consideration.
Correct Chrome on PC
incorrect Chrome on Mac

css target chrome on windows

Is there anyway to target chrome on windows? I'm looking to do this because of the difference in border-radius rendering. Chrome on osx seems to work fine, only problematic in Chrome on Windows. Thanks.
If you really, really have to do this, I recommend this CSS Browser Selector script:
http://rafael.adm.br/css_browser_selector/
Of course, you'll have to update your site when the browser issue gets fixed. :p

IE8 scrolling is jerky and/or freezes the page

Appears to be a well-documented issue with IE8 (http://www.google.com/support/forum/p/sites/thread?tid=7cbcfc2e558f909b&hl=en) but a client of mine is giving me a tough time over this. I'm on Mac but have tested on Windows XP/IE8 and can't even replicate the issue, nevermind fix it.
Also, I'm not really "fixing" anything since there's nothing wrong with the website – just IE8.
Anyway, has anyone come across similar issues before? Any help for me much appreciated.
I’m having the same issue with IE8 on Windows XP.
Here was my code for an animate scroll with jQuery :
$('html, body').animate({
scrollTop: offset
});
The browser froze for what seemed the animation duration, so I changed my code for IE8 with :
$('html').scrollTop(offset);
But with the same freezing. I eventually disabled it entirely on IE8 (but if it was possible on my current work, it may not be an option in future ones…)
I don't know why this works but Tools > Internet Options > Accessibility - unchecking the box "reset text size to medium for new windows and tabs" totally fixed the problem for me in ie 11 running Windows 8.1 on a laptop.

uploadify in firefox is not working

I have the uploadify control in my app. When running in IE, everything is ok. but when in firefox, it is giving the error:
uploadify flashVer.split is not a function
has anyone experienced this?
I know that this question is quite old, but i had the same issue.
this seems to be a bug with flash that cause it to ignore browser session, instead it pulls cookie from IE no-matter what browser your using, which causes the problem,
since Uploadify uses flash so it wont work in FF or chrome, the bug is not fixed yet, however you might find this URL helpful for some workarounds.
http://joncahill.zero41.com/2009/11/problems-with-uploadify-aspnet-mvc-and.html

Resources