Top "Cross-browser" questions

Cross-browser development refers to the practice of building web sites, web applications, libraries, or components so that they function across different web browsers and rendering engines.

Is there any crossbrowser solution for playing flac? (or is it possible in theory to make one)

Not interested in silverlight. Flash/javascript/html5 solutions are acceptable. If you do not know such solutions, could you please …

audio cross-browser flac
Fingerprint,js cross browser and private browser issue

I am using fingerprintjs reference: http://valve.github.io/fingerprintjs/ It works fine and generate same code every time i …

javascript cross-browser fingerprinting fingerprintjs
Determine whether browser supports printing

I think the answer to this is almost certainly "no", because I've done a little testing and searching around, but …

javascript browser printing cross-browser modernizr
cross-browser Onunload and Onbeforeunload ? (particularly opera 11)

I have a form and I must notice user with alert() on exiting page while there are data in the …

javascript forms cross-browser opera onunload
Form submitted twice in Chrome/Safari

I am seeking to perform a basic form post, but the following submits to the server twice in Chrome and …

jquery forms cross-browser facebox double-submit-problem
Does every browser support all unicode?

I want to reduce the number of HTTP-requests by using Unicode instead of small image icons. The icons I'd like …

html css unicode cross-browser webfonts
When should I observe Javascript events on window vs. document vs. document.body?

I'm using prototype.js for my web app, and I have everything running on Chrome, Safari, and Firefox. I am …

javascript cross-browser prototypejs dom-events
Javascript : onHashchange Test

I'm trying to check if the browser supports onHashChange or not to hide some code from it if not, in …

javascript cross-browser hashchange
HTML email doesn't display correctly in Google Apps/Gmail

My web application sends HTML-based e-mail to users. I've created a HTML e-mail template (based off a template provided by …

cross-browser html-email email-client
How to identify if a mouseover event object came from a touchscreen touch?

On virtually all current browsers (extensive details from patrickhlauke on github, which I summarised in an SO answer, and also …

javascript cross-browser touch raphael