IE6 standards complaince using Javascript Articles

IE6 is a nightmare for web designers. The lack of standards compliance is a real problem. Usually Often we have to include conditional comments and hacks to fix all the bugs that crop up. Fortunately a solution has finally been found.

The holy grail

Recently a programmer called Dean Edwards has created something special for us in the form of his new 'IE7' Javascript library.

The new javascript library causes IE6 to function much like a standards browser. It fixes a whole range of CSS issues that commonly crop up to haunt web designers.

Where can I download it from it?

To download this you should visit Dean's Web site .

Installation is fairly straight forward . You simply have to carry out the following steps:

1. Create the folder 'IE7′ in your web site root directory.

2. Upload all the files into that directory.

3. Insert a short code snippet at the end of your head section.

Not the whole story

IE6 also has default CSS settings that can vary from other browsers. This can cause display inconsistencies for users using different browsers. The best way to get over all these default settings is start your list of cascading style sheets with a style sheet that resets your browser styling and levels the playing field. You can find

New toys

IE6 supports what is actually very basic CSS. Firefox and other standards compliant browsers have much better support for CSS. CSS2 isn't supported by IE6.

Dean's javascript libraries support a number of CSS2 selectors and other features for IE6. This makes his Javascripts a real breakthrough because they allow us to use these selectors many years before they become the industry standard.

Not a subsitute

A poorly designed, poorly coded tableless design will cause just as many problems with or without these plugins. These javascripts come into their own when used to supplement an already good design. As always javascript should be used in a way that degrades gracefully when, for instance, a user has their javascript disabled.

Recent article: HTML Articles
The truth is that people with disabilities should be able to benefit from the same tools as everyone else. And I suppose that Google's purpose is to merge its Accessible Web Search into the standard Web search one day. More and more webtrepreneurs understand the importance of valid codes and accessibility, but till the day comes when the Web will run on smooth paths, we still have a long time to wait. In the meanwhile SEOs will introduce a new SEO service in their menu: HTML validation. I confess, I practice what I preach since 2004. It's my understanding of "web optimization." I also try to address the main accessibility issues on each site I work on, and make each and every page pass the automatic Cynthia validation.

Google's guidelines on accessibility (still under development) will probably not be as strict as those of the W3C Web Accessibility Initiative (WAI), but they'll still make a difference for the impaired users.