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.

Using nearest-neighbor with CSS zoom on canvas (and img)

When using the CSS zoom property, how can I convince the browser to use "nearest neighbor", instead of "bilinear" or …

html css cross-browser zoom image-rendering
window.onload works in Firefox+Greasemonkey script but not in a Chrome userscript?

There is a page http://example.com/1.php that includes javascript file as usual: <script type="text/javascript" src="/…

javascript google-chrome cross-browser greasemonkey userscripts
background-attachment: fixed not working on Safari

I've got the following code running on an element that spans 100% of the browser: #section_white { background-attachment:fixed; background-image:url(…

css safari cross-browser background-attachment background-size
debugging javascript for IE6

firebug is quite useful tool that I can't think myself living without it. I also downloaded the js file that …

javascript css debugging internet-explorer-6 cross-browser
How to change the browsers' pdf viewer through program (e.g. HTML, JS, PHP )?

Goal : A browser base pdf viewer that has zoom and drag/ pan function (better if allow hiding the save function) …

javascript jquery pdf cross-browser pdf-viewer
JQuery val() does not work for textarea in Opera

I am displaying a modal dialog using jQuery. This dialog has a textarea control on it. But while submitting this …

jquery cross-browser opera
CSS: 'table-layout: fixed' and border-box sizing of cells in Safari

I have a simple table, with a header and table body. All the cells are supposed to be fixed width, …

html css cross-browser tablelayout
Can I have a speech recognition on Firefox?

I currently have for my web application a speech recognition functionality achieved with a Speech Recognition library named annyang. This …

google-chrome firefox cross-browser voice-recognition
Image Rollover, no Javascript, no Link, pure CSS, code validate and Broswer compatible

Image Rollover, no JavaScript, no Link, pure CSS, code validate and Browser compatible. Hello all, I have been working 24hours …

css image cross-browser rollover
Capturing an image from a webcam

I'm attempting to randomly capture an image from a webcam and then save it to my server, right now i'm …

html cross-browser html5-canvas getusermedia