I wrote a script so that whenever I hover on a link, a form appears in a large box (this is accomplished with only CSS). The form stays open on the page as long as your mouse is still on the box. However, it disappears if the browser has any “autocomplete” inputs and you mouseover on those inputs.
I’ll show you an example of what i’m talking about. http://img138.imageshack.us/img138/7778/autocompleteproblem.jpg
You see when the mouse moves over the “kevin,” then the whole form disappears because the hover stops which I don’t want. Keep in mind that I am only using CSS and not Javascript for this hover effect and would like to keep it that way.
Any help on how this problem can be fixed or if there’s no solution please tell me also so I can then work on switching this script to javascript.
Also more info, my browser is Firefox. THanks!