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.

php to detect browser

Ive got an odd css fault that i cant seem to fix, its only occuring in safari, not chrome so …

php cross-browser browser-detection php-5.2
Setting Cookies using JavaScript in a local html file

I have the following directory tree: + folder1 |--- folder2 |------ page1.html |--- page2.html If I set some cookie …

javascript cookies cross-browser local-files
What is minimum millisecond value of setTimeout?

I would like to put var minValue = 0; if ( typeof callback == 'function' ) { setTimeout( callback, minValue ); } this code when I implement callback …

javascript timer cross-browser settimeout
Accessing ASP.NET Development Server from another pc on the network

I would like to test my web app in other browsers. I have installed Virtual PC to do just that. …

asp.net cross-browser virtual-pc remote-access
document.body.scrollTop Firefox returns 0 : ONLY JS

Any alternatives in pure javascript? The following works in opera, chrome and safari. Have not tested yet on explorer: http://…

javascript firefox cross-browser
Crossbrowser onbeforeunload?

Does window.onbeforeunload() fire in all browsers? I need a onbeforeunload functionality which is supported at least by IE6 and …

javascript cross-browser onbeforeunload
What Cross-Browser issues have you faced?

While developing for multiple sets of browsers, what issues have you faced while development due to differences in browser implementation? …

javascript css dom cross-browser
BootStrap Table text ellipsis can not be with responsive web?

I am trying to implement String ellipsis in the Table tag. The source code is below. <div> <…

css twitter-bootstrap cross-browser html-table ellipsis
IE8 alternative to window.scrollY?

I'm trying to determine how many pixels down I've scrolled using window.scrollY. But this isn't supported in IE8. What …

javascript html internet-explorer-8 cross-browser
How to detect supported video formats for the HTML5 video tag?

I am making an application in HTML5 using the video tag, in the application the user chooses a video file …

javascript html cross-browser html5-video