Questions tagged as 'cross-browser'

1
answer

Is it possible to create a date field that is Cross-Browser?

Does anyone know how to make <input type="date"> work in all browsers? Google Chrome works normally, I can pass the parameter on the form, I get in the variable and game in insert , the problem is that in Internet Explore...
asked by 11.01.2016 / 12:24
1
answer

Safari unconfigured, does not load css

The Header of my site, is opening unconfigured in Safari 8.0.8, it is not catching the css: display: -ms-flexbox; display: flex; -ms-flex-align: center; -ms-grid-row-align: center; align-items: center; -ms-flex-pack: justify; justify-content:...
asked by 13.04.2017 / 18:50
2
answers

How to run .mkv files in all browsers?

I'm trying to run a video in .mkv in Firefox, but the same error because of file extension. Is there any way to make the video work? <video> <source src="video.mkv" type="video/mp4"> </video> Using the above...
asked by 09.10.2017 / 21:56