How to solve the browser compatibility problems ? Most of my sites will compatible with all browser but in the case of IE 7 and IE 6 its failed.What is the solution ?
Develop your sites using Google WebKit. GWT builds webpages iusing javascript and it cross platform compatible. Bit of an upward learning curve learning it, so not suitable for small sites.
You should be constantly viewing your result in IE while developing or define two different CSS, one for IE and second one for others.