Archive for category Browser Compatibility
Hover effect on input element in IE6
Posted by Imran in Browser Compatibility, HTML, Javascript on March 17, 2010
If you have ever tried to put a hover effect on any input element (submit, button etc) using css you must have faced the problem when you tested on IE6. Generally following is the css code we use to add the hover effect: input.inputClass{background-color:#cccccc;color:#000000;} input.inputClass:hover{background-color:#000000;color:#ffffff;} This would change the background color and text color of [...]
Debug old IE versions in a single tool
Posted by Imran in Browser Compatibility on May 21, 2009
Internet Explorer is always a pain in the arse for web developers. One new release and one additional pain. Worst part is it is difficult to debug in all the version in a single machine. At last Microsoft has shown some brain in IE8 by adding IE7 compatibility mode and a developers tool. Despite of [...]

