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.

Cross-browser Getter and Setter

This works in modern Chrome/Firefox/Opera but fails in IE8. Haven't tried it in IE9. How can I make …

javascript internet-explorer cross-browser getter getter-setter
Is it okay to use zoom:1 in my css classes?

Whenever I find IE is displaying my website weird (different from chrome and firefox), I try putting a zoom:1 in …

css cross-browser haslayout
Is it possible to run some HTML5 input types in IE8?

Is it possible to run some HTML5 input types in IE8 with any library?? for example with range. Points: <…

javascript html internet-explorer cross-browser html-input
Browser Plugin Testing With Selenium

I am writing a webapp that has a browser plugin component for both firefox and chrome. My current testing system …

selenium cross-browser browser-plugin
Is there any problem with using HTML5's "data-*" attributes for older browsers?

I want to associate some custom data with some HTML nodes. I was going to use the new HTML5 style …

javascript jquery html cross-browser custom-data-attribute
EcmaScript 5 browser implementation

So Safari and Chrome have started in their betas to implement some ES5 stuff. For instance Object.create is in …

javascript cross-browser ecma262 ecmascript-5
Maximum Cookie Size of current browsers (Year 2018)

From the django docs: Both RFC 2109 and RFC 6265 state that user agents should support cookies of at least 4096 bytes. For …

http cross-browser rfc
Browser compatibility/support table for JavaScript methods/properties

I found a few days ago a nice site with a big table with all the javascript proprieties/methods and …

javascript cross-browser browser-support
How should I detect the IE browser?

I've already done feature detection on a particular feature to decide if I can use it or whether I have …

javascript cross-browser browser-feature-detection
Cons of using Internet Explorer's Compatibility Mode

What are cons of force a web site viewed in IE to compatible mode? Say we force IE9 to IE8 …

javascript internet-explorer cross-browser internet-explorer-9 ie8-compatibility-mode