Tagged: ie behavior

2

My condolence to IE6

When I started using Internet four years back in my Windows 98 PC, I had no idea what a browser is and there are alternatives for IE5. But within few months, I came across...

1

CSS hover for all elements in IE

Most of the new generation browsers support CSS pseudo class :hover to any elements. That is a nice feature because you can give mouseover effect for any element using CSS. Example : tr:hover td...