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.

css 'pointer-events' property alternative for IE

I have a drop down navigation menu in which some of the title should not navigate to other page when …

html css internet-explorer browser cross-browser
browser sessionStorage. share between tabs?

I have some values in my site which I want to clear when the browser is closed. I chose sessionStorage …

javascript cross-browser session-storage
Cross-browser custom styling for file upload button

I'm trying to style a file upload button to my personal preferences, but I couldn't find any really solid ways …

html css cross-browser file-io
Click to call html

I want to use html5 tag in my website for mobile view when user click on this link from mobile …

html cross-browser modernizr
Greyscale Background Css Images

I've searched a lot on the web but I cannot find a cross browser solution to fade a css backgrund …

css image background cross-browser grayscale
Setting a width and height on an A tag

Is it possible to set the width and height in pixels on an anchor tag? I'd like to have the …

html css cross-browser
X-Frame-Options on apache

I am trying to allow some particular domain to access my site via iframe Header set X-Frame-Options ALLOW-FROM https://www.…

apache cross-browser x-frame-options clickjacking
Correct way to use Modernizr to detect IE?

I wanted to use the Modernizr JS library to detect for some browser properties to determine what content to show …

html cross-browser modernizr
Can I run multiple versions of Google Chrome on the same machine? (Mac or Windows)

This fabulous answer suggests there’s no way to run multiple versions of Google Chrome on one machine. Every now …

testing google-chrome cross-browser
Enter key press behaves like a Tab in Javascript

I'm looking to create a form where pressing the enter key causes focus to go to the "next" form element …

javascript html cross-browser dom-events