+ 1
Hey i learning html and in google chrome my code is working fine but in other browser it will crap ?? Help...!!
Html
7 Respostas
+ 7
Use CSS vendor prefixes. The prefix is added to the property to make it work in the unsupported browsers.
Here are some browsers and their vendor prefixes
Firefox. -moz-
Safari. -webkit-
Chrome. -webkit-
Opera. -o-
Internet explorer. -ms-
+ 6
what can we help you with? read what cross-browser is
+ 6
the code works, but not always the way you would like it to. this is called cross-browser. a good specialist should check their code in different browsers and adapt the html to the features of each browser. in particular this applies to the browser IE
+ 6
You need to install normalize.css, add prefixes to the properties, and use caniuse.com
+ 4
-webkit- used in css styling. Use it to style your css code to work with each browser your code s not compliant with.
Happy coding😉 Keep coding 🙏🏾
+ 2
In Google Chrome my website working fine but when I open it in other browser css effect and layout is not working?
+ 2
So how can my website to look's better on different Browser?