| Sign In/My Account | View Cart |
| 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.
a:hover part in your css code. I just used text-decoration: none; since none of my links need to be underlined, and all my image hovers work flawlessly.
>>>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.