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.

Show datalist labels but submit the actual value

Currently the HTML5 <datalist> element is supported in most major browsers (except Safari) and seems like an interesting …

javascript html cross-browser html-datalist
Is there a css cross-browser value for "width: -moz-fit-content;"?

I need some divs to be center-positioned and to fit their content width at the same time. I am now …

firefox css cross-browser
How to hide address bar using javascript window.open?

I want to disable the address bar using javascript window.open. Also the script should work in IE, Safari and …

javascript cross-browser address-bar
.SVG Browser Support

I'm working on a responsive design and I'm thinking of creating navigation icons as .svg files. What is current browser …

cross-browser svg
What are all the valid self-closing elements in XHTML (as implemented by the major browsers)?

What are all the valid self-closing elements (e.g. <br/>) in XHTML (as implemented by the major browsers)? …

html xhtml browser cross-browser
Find the exact height and width of the viewport in a cross-browser way (no Prototype/jQuery)

I'm trying to find the exact height and width of a browser's viewport, but I suspect that either Mozilla or …

javascript cross-browser viewport
IE Compatibility Mode: 'X-UA-Compatible' tag 'Edge'

I have this in the <head>: <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> It will force the …

html internet-explorer cross-browser x-ua-compatible
Highcharts chart option backgroundColor:'transparent' showing black on IE 8

Highcharts chart option backgroundColor:'transparent' showing black on IE 8 histogram = new Highcharts.Chart({ chart: { renderTo: 'histogram', defaultSeriesType: 'bar', backgroundColor:'transparent' } …

css internet-explorer-8 cross-browser highcharts
IE7 and the CSS table-cell property

So I just love it when my application is working great in Firefox, but then I open it in IE …

css cross-browser internet-explorer-7 css-tables
CSS3 Box-Shadow Linear Gradient?

Is there a way in CSS3 to create a cross-browser (i.e.: Mozilla, Webkit, and Opera) inset box shadow that …

cross-browser css linear-gradients