Web Development Blog – Alphadigital

Tips and Experiences

IE6

IE6 CSS :hover problem
Thursday, 18 de February de 2010

:hover not working on IE6??

IE6 only support CSS :hover for anchors (<a>). If you need implement .class:hover or element:hover or #id:hover, you can use this great, easy to use and non-invasive solution.

You just have to add this to your css:

/* .htc file must be relative to the .html file, not to the css file like background images */
body{ behavior: url("css/csshover.htc");  }

read more..

  • Share/Bookmark

Simple IE6 png fix
Monday, 15 de February de 2010

I found this script to fix IE6 png images incompatibility. I KNOW there a lot of these patches, but I really liked this one because is really simple and easy to use.
read more..

  • Share/Bookmark

Ads