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 image.complete to find if image is cached on chrome?

I have been trying to find out if an external image is cached on the browser with js, this is …

javascript jquery image cross-browser image-caching
Backspace or Delete key In TextBox with Masked Edit Extender in ASP.NET not working in Chrome

<asp:TextBox ID="txttime" runat="server" CssClass="TextBox">' Width="60px" Enabled="false" ></asp:TextBox> &…

c# asp.net cross-browser asp.net-ajax httpbrowsercapabilities
Sass mixin for background transparency back to IE8

I'm new to Sass and struggling with this. I can't get the color to render in both hex (for IE) …

css cross-browser sass ruby-on-rails-3.1 mixins
How can I get SSRS and Chrome to work together?

Chrome is my preferred browser; I need to interact with SQL Server Reporting Services, though, and when I navigate to …

google-chrome reporting-services cross-browser reportbuilder rdl
Saving a Uint8Array to a binary file

I am working on a web app that opens binary files and allows them to be edited. This process is …

javascript file-io cross-browser binary-data typed-arrays
Is querySelector supported by all browsers?

I would like to know is querySelector supported by all browsers? is not what's alternate for it to use? I …

javascript cross-browser selectors-api
How do I fix inconsistent Textarea bottom margin in Firefox and Chrome?

I'm trying to eliminate the extra bottom margin that both FF and Chrome seem to give to Textareas. Surprisingly IE …

css html cross-browser textarea
How can I test my webpage using different browsers?

I just found out about the Yahoo UI Reset CSS tool/file and I'm using it on my website. On …

yui cross-browser css-reset
Server sent events and browser limits

I have a web application that listens for Server Sent Events. While I was working and testing with multiple windows …

javascript google-chrome cross-browser opera server-sent-events
Making things unselectable in IE

Here is my chart I've been writing in JS: http://jsfiddle.net/49FVb/ The css: -moz-user-select:none; -khtml-user-select: none; Works …

javascript cross-browser selectable