Hello, I have a problem with CSS script - not visualized with Browser IE6 With IE 7 and IE 8 i not have a problem, but with IE 6 - Show this link for example of the problem http://greecehoteling.com/singlehotels/evridiki_hotel Just thumbnails not visualized with mouse-over script - some with IE6 Please help me why and how to repair that
I think it doesn't work because IE6 supports "hover" attribute only for tag "a". And I guess you have to do it using JavaScript. As I see the website is made by using Wordpress and you have to do it by customizing the theme.
Unless the client has specifically requested (and is paying you extra) to ensure this site is IE6 compatible, why waste your time worrying about it? The sooner web designers stop supporting this awful, outdated browser, the sooner it will die. And that day can't come quick enough!
ie6 only supports css :hover for anchor tags but you can do it using jquery $("#sometag-id").hover(function(){ //what ever you want });