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.

How to read clipboard data in cross browser?

Possible Duplicates: Copy / Put text on the clipboard with FireFox, Safari and Chrome How to Copy to Clipboard in JavaScript? …

javascript iframe cross-browser clipboard paste
Uncaught SyntaxError: Failed to execute 'postMessage' on 'Window': Invalid target origin 'my_page' in a call to 'postMessage'

i have following script Parent Page(pair_pixel_filter.php): window.addEventListener("message", function(e) { $('#log').append("Received message: " + (…

javascript jquery cross-browser postmessage
Effective maximum mailto: body lengths

There is a maximum length for the text in the &body section of a mailto: link. According to one …

cross-browser compatibility mailto email-client multiple-browsers
Zoom changes the design layout

I am working on a new website, which should be "perfect" - compatible with ie6+, ff, chrome, opera & safari. …

html browser cross-browser zoom
local (file://) website favicon works in Firefox, not in Chrome or Safari- why?

The Question When my website is local (using the file:// protocol), the favicon doesn't show up in Chrome or Safari, …

html google-chrome webkit cross-browser favicon
Proper way to detect WebGL support?

I am attempting to detect WebGL support across multiple browsers and I've encountered the following scenario. The current version of …

javascript jquery firefox cross-browser webgl
Cross-Browser Javascript XML Parsing

Are there any cross-browser / cross-platform ways to parse XML files in Javascript?

javascript xml cross-browser cross-platform
Can I detect IE6 with PHP?

Is there a way to use PHP to detect if the page is being loaded using IE6?

php internet-explorer-6 cross-browser
Overflow: overlay doesn't work in firefox

On my website I need to use the css property overflow: overlay for a <div>. However, it is …

css firefox cross-browser properties overflow