html - CSS Reset On Cross Browsers -
I have a webpage with some elements when I run the page on different browsers, the elements are positioned differently I want the elements of the same elements in all browsers (Chrome, Firefox, IE, Opera, Safari) to be the same. I am red to reset the CSS and reset the CSS file and I put the content from this page to reset the CSS configuration. Then I run the page and then it looks different in different browsers. What should I do to see the page in different browsers?
CSS is not a reset, a magic wand which presents your page in the same form in different browsers. It would like to strip all the elements to the point where they work like a div or span, which is blind speaking creates the foundation on which the authors can create their own stylish ideas.
So if the CSS you wrote does not have the same rendering in the browser, then it is not because CSS reset is not working. There are various reasons such as lack of support, bugs in the browser, or lack of support for various implementations ... etc.
If there is something wrong with a specific browser, then you should stay with the standards and search for a workaround. . Also keep in mind that different browsers present web pages differently, it is a fact that we have to accept and when we do not try to redouble the code, sometimes it does not look right at all!
Comments
Post a Comment