The question of cross browser compatibility is a common topic among Web developers. Should you or should you not make your website cross-browser accommodating? The answer is yes and especially if you are an e-business. As Ripley would say, "believe it or not" but at the time of this article slightly more than 20% of Internet users use a browser other than IE. This information comes from W3Schools.com (http://www.w3schools.com/browsers/browsers_stats.asp), which has been keeping tabs on browser usage since January 2002.

How do you shape up?
Use of alternative browsers has only been going up, they are no longer a niche community made up of "techies" and anti-Microsoft advocates, they are your everyday user, your potential customers.
If you haven't done so already I would suggest that you look at your website in some of the other common browsers available. These include:
Mozilla ( http://www.mozilla.org/download.html): This is currently the top browser after IE6 and it is one of the most feature rich browsers available today. I would personally suggest looking into Firefox Mozilla's next generation browser as apposed to the entire Mozilla suite due to its end users friendliness and feature rich environment.
Opera ( http://www.opera.com/): The Opera browser has been making its way up the competitive ladder of the browser arena since 2000 when Opera Software ASA released Opera 5. Though it is free to download and use if you want to access some of the browser's features you are required to pay a small registration fee.
Netscape ( http://channels.netscape.com/ns/browsers/): Since Netscape provided the code base for Mozilla in 1998 when they made the source code for their flag ship product Netscape Communicator open-source there is little difference between the two browsers. Still it never hurts to see how things shape up between the two, and since they are ultimately two different browsers checking with them both is not a bad idea.
Additionally there are programs available that can test your site for you in different browsers and screen resolutions and return their findings. One such program is Browser Photo ( http://www.netmechanic.com/browser-index.htm) from NetMechanic.
What can you do?
Okay so lets say that our site www.ihaveanerror.com comes up with a couple of errors that cause it to render incorrectly when we look at it in some of the alternative browsers. How are we going to fix the problem? Well the first thing we want to do is stay away from any propriety tags a certain browser type might offer. These tags will only work properly in the browser they are designed for and may cause trouble for you in others. An example of a proprietary tag would be <marquee> in Internet Explorer.
Another thing you should make a habit of is to validate your pages through the World Wide Web Consortium ( http://www.w3c.org/) (W3C for short). Founded in 1994 the W3C has made it its obligation to guide the development of the Web and create a common basis to build upon. One of the services that the W3C offers is syntax validation. This is a useful tool when you are trying to ensure that your visitors will get roughly the same experience when they visit your site. Validation is easy, select the language your site was designed in and use their free validation tools to track down any errors that might occur. If there is an error in your source the validation system will highlight it and provide you with possible solutions for correcting it.
Why should you conform your site to the World Wide Web Consortium's guidelines? The answer is that it is these guidelines that browser developers use as a basis to display pages on the Web. While browsers like Mozilla conform strictly to the W3C's guidelines Internet Explorer is more relaxed. In fact Internet Explorer will render just about anything you throw at it. You can leave out the tags, tags, or forget to close a tag all together and IE will 9 times out of 10 be able to work with what you give it.
Be weary of Microsoft's FrontPage. While Microsoft makes some of the world's most powerful and end user friendly applications in my opinion, FrontPage has a tendency to do things IE's way. What I mean when I say this is that FrontPage will overload a web page with a lot of overhead that is either out of place or incorrect. If you plan on using an editor of this type consider Adobe's GoLive, this application at least has the ability to built a page according to W3C standards and has a built in syntax checker that can help you ensure your site will meet their requirements.
The final word, most likely not...
Remember the saying "you can't please everyone"? The same holds true to the world of Internet browsers, it will be pretty much impossible to make your site render the same way on each and every browser available. This however is not the goal; the goal is to make your site useable by the most common browsers thus reaching the largest audience possible. If something fails horribly under certain browsers then it is a good time to rethink your design and find another way to approach the issue. If your site is known to only work under Internet Explorer and it is your desire to leave it this way then it is good practice to let your visitors know this in advance. They will be much likelier to switch browsers (if possible) and come back to your site if you let them know ahead of time rather than letting them walk into an unusable page or badly formatted site. Don't forget presentation is everything.
Related Articles
- Cross Promote Online For Maximum ProfitsCross promoting is when two or more businesses promote their products or services together. I try to find businesses that have the same target audience, but are not in direct competition with my business...
- CSS Validation and HTMLHTML validation and CSS validation are controversial issues with some people. This article discusses some of the issues that have come increasingly to the fore in web development. The article will also provide a practical method that overworked webmasters can use to improve their website.
- Are You Cross-browser Compatible?The question of cross browser compatibility is a common topic among Web developers. Should you or should you not make your website cross-browser accommodating? The answer is yes and especially if you are an e-business. As Ripley would say, believe it or not but at the time of this article slight.....
- The Importance Of CompatibilityHave you ever looked at a web site that wasnt quite right? Perhaps the content didnt fit properly in a frame or the text was all skewed across the page? Or even worse, you get error messages for parts of a site that just wont load in your browser, yet your colleagues can see it perfectly?
- What is XML Schema?It used to take me 10 minutes to design a web site. When I began designing web sites back in 1996, the process was very simple. I would ask the person who had requested the web site to put all of their content into a Microsoft Word file and email it to me.
- How Can My Design Affect My Search Engine Rankings?Directory editors will actually review your site and be critical of issues that you might not be. Spiders must easily be able to navigate through your site to be able to index all of your pages...
- Five Proven Ways To Promote Your Web Site1. Holding a contest or sweepstakes is an proven way to promote your web site. You can announce your site to hundreds of web sites that list free contests and sweepstakes. Send out a press releases about your contest or sweepstakes...
- 7 Important Rules in Small Business Website DevelopmentWhen it comes to your web site, you should pay attention to every detail. You want to make sure it performs optimally to serve its purpose. Here are 7 important rules of thumb to observe when you engage a firm for small business website development.
- How Turn Your Visitors Into Quality LeadsThis article is about marketing on the web. The author makes a strong but easy to understand case for designing your website according to established web knowledge. Each crucial factor has a brief paragraph explaining the why and how.
- What are XForms?HTML forms, such as email forms and order forms, are perhaps the most important components of a website. Without forms, webmasters would not be able to collect information from their site visitors, and they would not be able to accept online credit card orders from their customers...
