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.

Remove white space above and below large text in an inline-block element

Say I have a single span element defined as an inline-block. It's only contents is plain text. When the font …

html css cross-browser
Is there a way to make text unselectable on an HTML page?

I'm building an HTML UI with some text elements, such as tab names, which look bad when selected. Unfortunately, it's …

javascript html css cross-browser textselection
How to detect if a browser is Chrome using jQuery?

I have a bit of an issue with a function running in chrome that works properly in Safari, both webkit …

jquery jquery-ui google-chrome jquery-selectors cross-browser
How to build PDF file from binary string returned from a web-service using javascript

I am trying to build a PDF file out of a binary stream which I receive as a response from …

javascript jquery pdf cross-browser binary-data
Cross Browser Flash Detection in Javascript

Does anyone have an example of script that can work reliably well across IE/Firefox to detect if the browser …

javascript flash cross-browser
HTML5 image icon to input placeholder

I'd like to add an image icon to an input placeholder, like in this picture: Please note that this is …

css html cross-browser placeholder
How to detect input type=file "change" for the same file?

I want to fire an event when the user select a file. Doing so with .change event it works if …

jquery html events cross-browser
Force IE8 Into IE7 Compatiblity Mode

Is there a way to force IE8 into IE7 compatibility mode using .NET or Javascript?

internet-explorer internet-explorer-8 internet-explorer-7 cross-browser
Button inside of anchor link works in Firefox but not in Internet Explorer?

Everything else in my site seems to be compatible with all browsers except for my links. They appear on the …

html internet-explorer firefox button cross-browser
IE6/IE7 css border on select element

Does anyone have a solution for styling the borders of "select" elements in Internet Explorer using CSS?

css internet-explorer internet-explorer-6 internet-explorer-7 cross-browser