+ 1

Hey i learning html and in google chrome my code is working fine but in other browser it will crap ?? Help...!!

Html

7th Jan 2020, 4:23 PM
SHASHANK BHANDARI
SHASHANK BHANDARI - avatar
7 odpowiedzi
+ 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-
9th Jan 2020, 1:44 PM
Abieyuwa Idehen
Abieyuwa Idehen - avatar
+ 6
what can we help you with? read what cross-browser is
7th Jan 2020, 4:32 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 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
7th Jan 2020, 4:43 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 6
You need to install normalize.css, add prefixes to the properties, and use caniuse.com
7th Jan 2020, 4:50 PM
Anna/Аня
Anna/Аня - avatar
+ 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 🙏🏾
7th Jan 2020, 5:36 PM
Alfred Juma
Alfred Juma - avatar
+ 2
In Google Chrome my website working fine but when I open it in other browser css effect and layout is not working?
7th Jan 2020, 4:34 PM
SHASHANK BHANDARI
SHASHANK BHANDARI - avatar
+ 2
So how can my website to look's better on different Browser?
7th Jan 2020, 4:45 PM
SHASHANK BHANDARI
SHASHANK BHANDARI - avatar