Reputation: 1
i've created some pages using css, but on viewing the page through different browsers it appeared as irregular arrangement of contents..
Upvotes: 0
Views: 82
Reputation: 11416
Unfortunately, you potentially have more than one problem. Browser interoperability isn't going to be as easy as doing a setting. You have to compare some of the browser compatibilities and change your code to get it to look perfect in all browsers (if indeed such a nirvana is achievable for all page designs).
One thing you could try is a CSS reset such as MeyerWeb. This will remove some of the defaults that the browsers do not share - therefore potentially giving you similar looking pages from which, you can adapt to look as you want them too again.
There are other methods, including comparing all the differences. But unfortunately, my point is that this isn't likely to be a quick fix without knowing more about the specific issues your having.
Upvotes: 0
Reputation: 4671
You're going to have to be more specific than this.
Upvotes: 2