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 do you override "-moz-user-select: none;" on a child element?

The question CSS rule to disable text selection highlighting shows how to prevent text selection on an element. Once you …

css cross-browser textselection
Select2.js mobile & tablet support

Select2 does indicate its support for desktop browser version to be: IE8+, Chrome 8+, Firefox 10+, Safari 3+, Opera 10.6+ However, I cannot find …

mobile cross-browser jquery-select2 tablet cross-device
When working with text nodes should I use the "data", "nodeValue", "textContent" or "wholeText" field?

Possible Duplicate: How to retrieve the text of a DOM Text node? In my experiments to handle DOM mutation observers …

html dom cross-browser textnode
Converting -moz-linear-gradient For All Other Supporting Browsers

Here's my rule: #element { background: -moz-linear-gradient(center top, #FFF 8px, #F2F2F2 24px, #F2F2F2 100%) repeat scroll 0 0 #F2…

cross-browser css mozilla
Disable the debugger statement through the browser

I am trying to style a piece of code that has the debugger keyword in it. I am using the …

javascript html cross-browser javascript-debugger debuggervisualizer
Disabling browser status bar text

Background Modern browsers do away with the classic status bar and instead draw a small tooltip at the bottom of …

javascript html cross-browser statusbar suppress
Cross Browser Selection Range Library?

Does anyone know of any cross-browser user selection range libraries written in javascript? I found a few jQuery plugins, (which …

javascript jquery cross-browser range selection
When should I use HTTP header "X-Content-Type-Options: nosniff"

I've been running some penetration tests using OWASP ZAP and it raises the following alert for all requests: X-Content-Type-Options Header …

browser http-headers cross-browser mime-types web-standards
ie9-js - has something else rendered it obsolete?

So, everyone knows ie9.js (from http://code.google.com/p/ie7-js/). It seems to work, but it never …

html internet-explorer cross-browser web-standards ie7.js
CSS (perhaps with Compass): Cross-browser gradient

I would like to get a gradient in CSS (perhaps through Compass) that works in every major browser, including IE7+. …

css background cross-browser gradient compass-sass