| Article: |
Roll Over, Rollovers -- CSS Style | |
| Subject: | Hover remains active | |
| Date: | 2006-09-11 09:31:28 | |
| From: | buckcheese | |
| Firstly, great article. It works perfectly except that when I mouse-over in a downward position, the mouse-over state remains instead of returning to the inactive state. Using IE 6 SP2. Any ideas? | ||
Showing messages 1 through 2 of 2.
-
Hover remains active
2006-12-03 16:28:42 bilbo--baggins [View]
-
Hover remains active
2007-06-20 07:07:50 spookytay [View]
I too was having this problem, but followed some ideas on this site and now it works correctly in all browsers.
I guess you have to add something to the
a:hoverpart in your css code. I just usedtext-decoration: none;since none of my links need to be underlined, and all my image hovers work flawlessly.
http://locusoptimus.com/css-trickery/ie-image-border-styles-on-hover.php



>>>that when I mouse-over in a downward position, >>>the mouse-over state remains instead of returning
>>>to the inactive state. Using IE 6 SP2. Any ideas?
Has anyone worked out a solution to this bug in Explorer 6? I too find that as you move the mouse down the menu the 'over' state remains on. Moving the mouse up the menu reverts them back to normal.