How to set html css universal , means looks same as one brower , i have make an site in html but it shows dirent in dirent browsers :(

Recommended Answers

All 3 Replies

You can load up what is called a CSS reset file first, this is just a standard CSS file but it resets a lot of display properties to default. You then apply your site's CSS and you should achieve a level of consistency across browsers.
You don't have to write a reset file yourself, google css reset and you'll find ones ready to download.
That may not fix all of your problems however - if you have specific issues after using the reset file you can post them up.

You could trying using a framework to help with the issue.. but for the most part. IE will be a bit different from FF or Chrome.. Bootstrap is good for most browsers, UIKit is a nother good framework as well.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.