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.

Online Internet Explorer Simulators

(Tried to find simular questions / duplicates, failed) I develop on a mac. I love my mac. I develop using Chrome, …

internet-explorer internet-explorer-8 internet-explorer-6 internet-explorer-7 cross-browser
How to position a div in bottom right corner of a browser?

I am trying to place my div with some notes in the bottom right position of the screen which will …

css cross-browser
jQuery .attr("disabled", "disabled") not working in Chrome

Not sure why this isn't working. When people click the 'edit' button of my application, the disabled textfields become editable: $("#…

jquery google-chrome cross-browser attr jquery-attributes
Cross browser method to fit a child div to its parent's width

I'm looking for a solution to fit a child div into it's parent's width. Most solutions I've seen here are …

html css cross-browser parent-child
HTML: how to force links to open in a new tab, not new window

I use target="_blank" to open links in a new tab. But in IE it opens a new window which …

html cross-browser tabs
How is the default submit button on an HTML form determined?

If a form is submitted but not by any specific button, such as by pressing Enter using HTMLFormElement.submit() in …

javascript html cross-browser standards
Detecting when Iframe content has loaded (Cross browser)

I'm trying to detect when an iframe and its content have loaded but not having much luck. My application takes …

javascript events cross-browser
Cross-browser bookmark/add to favorites JavaScript

Is there any cross-browser bookmark/add to favorites using JavaScript. Searched for some list but none is working. Can you …

javascript cross-browser bookmarks
How to fix Array indexOf() in JavaScript for Internet Explorer browsers

If you have worked with JavaScript at any length you are aware that Internet Explorer does not implement the ECMAScript …

javascript internet-explorer internet-explorer-8 cross-browser
How to get screen width without (minus) scrollbar?

I have an element and need it's width without(!) vertical scrollbar. Firebug tells me body width is 1280px. Either of …

jquery cross-browser width