hi,

I am creating a website where iam strucking with browser compatible, can i get the solution to solve this problem

Recommended Answers

All 3 Replies

The solution is a lot of hard work checking and fixing your HTML and CSS for all browser inconsistensies. There is no simple solution.

my website is working properly in mozilla and chrome, but overall alignment has been changed in Internet Explorer, can you give me a simple script to understand

There is no simple solution - but the biggest help is: make sure all your code validates to your doctype. If you don't have a doctype - you need one because that's what tells the browser what it needs to look for.

Once that's done, you can look into MSIE hacks - or not.

And without code or a page to look at, we can't tell what the problem is in any case.

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.