: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..
Tags: crossbrowsing, CSS, fix, hover, IE6
Categoria: CSS, Diseño |
Sin Comentarios »
Visits: 143.
When I first decided to use the translate.csv file, I expected be able to override translation easilys, but this issue appeared and I had to debug long time to find out what was the problem.
read more..
Tags: fix, Magento, translation
Categoria: Magento |
2 Comentarios »
Visits: 433.