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 to make an empty anchor tag clickable in IE7?

I need to make an area within a background image clickable to generate an event for JavaScript use. So, I …

html css internet-explorer internet-explorer-7 cross-browser
Install CAB file from FireFox or command line

I have a CAB file that contains a few DLLs, and an OCX ActiveX control, an OSD describing the contents, …

windows activex cross-browser cab
'Lato' font rendering odd in safari, not in chrome, or firefox

Im using the 'Lato' font from google web fonts, and its displaying fine on all browsers apart from safari. Im …

css fonts cross-browser text-rendering
PGP Encryption in Javascript

I'm looking to do some client-side PGP encryption in Javascript. I've found some GPL library scattered on the web, but …

javascript browser cross-browser pgp
All-in-one location/hashchange history management library

First of all, I know there's libraries that provide polyfills for location.pushState/popState (History.js, Hash.js, jQuery hashchange), …

cross-browser javascript browser-history
Image Map not working in Firefox! works fine in Chrome+Safari

Ive made a image map and its not working in firefox. It works fine in both Chrome and Safari. This …

html google-chrome firefox cross-browser imagemap
How to run a modern userscript on Internet Explorer?

I've found it's pretty easy to take a Greasemonkey-type userscript and turn it into extensions/addons for Chrome, Safari, and …

internet-explorer cross-browser userscripts browser-extension
Extra space under textarea, differs along browsers

There`s some extra space under textarea tag. From 1 to 4 pixels in different browsers. The markup is very simple: <!…

html css cross-browser whitespace removing-whitespace
Cross-browser jQuery transition animation?

Are there any jQuery 1.3 animation-transitions that work in both Firefox 3 and IE7? I have a table with multiple table rows (25 …

jquery animation internet-explorer-7 cross-browser firefox-3
What's the most concise cross-browser way to access an <iframe> element's window and document?

I'm trying to figure out the best way to access an <iframe> element's window and document properties from …

javascript dom iframe cross-browser document