joshi_v Posted June 4, 2007 Share Posted June 4, 2007 Hi guys, I have a menu with image, on mouse over event , image will be changes. Related css code for this is written in a separate css file and calling in HTML file. all this is doing well in Firefox, but in IE 6.0 it is giving trouble. it is not working for mouse over. i came to knew that it IE 6.0 doesn't support css hover. i heared there is a fix to it by inclusing csshover.htc file to the body. But couldn't work it with too. So please anyone could suggest me a way to get it work even with IE 6.0. Thanks Joshi Link to comment https://forums.phpfreaks.com/topic/54124-css-hover-with-ie-60/ Share on other sites More sharing options...
bronzemonkey Posted June 4, 2007 Share Posted June 4, 2007 "mouse over event" is javascript. "hover" is css. IE6 can handle :hover but in certain circumstances a little hack is required. But since you haven't posted your css or markup there's very little anyone can do to help you. Link to comment https://forums.phpfreaks.com/topic/54124-css-hover-with-ie-60/#findComment-267630 Share on other sites More sharing options...
ToonMariner Posted June 4, 2007 Share Posted June 4, 2007 ie 6 only handles :hover on the a tag. you need some js to get other elements to play ball. Link to comment https://forums.phpfreaks.com/topic/54124-css-hover-with-ie-60/#findComment-267808 Share on other sites More sharing options...
bronzemonkey Posted June 5, 2007 Share Posted June 5, 2007 ie 6 only handles :hover on the a tag. surely he's using <a> elements in a menu? Link to comment https://forums.phpfreaks.com/topic/54124-css-hover-with-ie-60/#findComment-268485 Share on other sites More sharing options...
ToonMariner Posted June 6, 2007 Share Posted June 6, 2007 well ie 6 has no problems using hover on the a tag - if so then something is wrong with the css that prevents it functioning. Link to comment https://forums.phpfreaks.com/topic/54124-css-hover-with-ie-60/#findComment-268888 Share on other sites More sharing options...
BrightHearted Posted June 7, 2007 Share Posted June 7, 2007 Without your code examples there's nothing we can do . Link to comment https://forums.phpfreaks.com/topic/54124-css-hover-with-ie-60/#findComment-270173 Share on other sites More sharing options...
joshi_v Posted June 8, 2007 Author Share Posted June 8, 2007 Thanks u guys for u r response. as ToonMariner suggested i did it using JS and its working fine. Once again thanks for all the guys who responded to this post. Link to comment https://forums.phpfreaks.com/topic/54124-css-hover-with-ie-60/#findComment-270628 Share on other sites More sharing options...
joshi_v Posted June 8, 2007 Author Share Posted June 8, 2007 Hi guys, I have a menu with image, on mouse over event , image will be changes. Related css code for this is written in a separate css file and calling in HTML file. all this is doing well in Firefox, but in IE 6.0 it is giving trouble. it is not working for mouse over. i came to knew that it IE 6.0 doesn't support css hover. i heared there is a fix to it by inclusing csshover.htc file to the body. But couldn't work it with too. So please anyone could suggest me a way to get it work even with IE 6.0. Thanks Joshi Link to comment https://forums.phpfreaks.com/topic/54124-css-hover-with-ie-60/#findComment-270633 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.