Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Form Onmouseover Hover Problem in Firefox

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30989
    kevint
    Member

    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!

    #69972
    Bob
    Member

    If you could show us the code you used for this, or even a live example on your site maybe, that would be very helpful. Its quite hard to help you without any code at all.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.