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 Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment 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? Quote Link to comment 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. Quote Link to comment 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 . Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.