Results 1 to 2 of 2

Thread: CSS dropdow problem

  1. #1
    Join Date
    Sep 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CSS dropdow problem

    Newbie. Be kind. I am having a weird problem with a dropdown menu on a site I am working on. Works fine with Firefox, Opera, and Chrome. The problem occurs with IE9 and not all computers with IE9. On at least a dozen at my work have been having the problem. The problem is that the li items show up when you scroll on the parents but as soon as the mouse moves off the parent they disappear. On all of the computers in my section it looks fine but of course it screws up on some of the bosses computers

    The same people are having problems with the dropdown showing up behind the scroll image on the home page. I changed the z-index which I hope fixes that problem.

    I am at a lose and trying everything I can think of and find on the web.

    The site is http://www.stpete.org/police/sppd-fluid4/index.html

    Any help would be much appreciated.

    chip
    Last edited by Beverleyh; 09-24-2014 at 08:21 PM. Reason: Formatting

  2. #2
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    I remember having a similar problem some years ago, in a different setting though. I solved it by giving the elements that disappeared on mouseout (and that were not supposed to disappear) a negative margin-top value. You could try to give the problematic li's margin-top: -2px, or something like that.

Similar Threads

  1. Dropdow Menu not working with Slider
    By mackbeth in forum CSS
    Replies: 4
    Last Post: 05-02-2013, 01:37 AM
  2. Replies: 2
    Last Post: 01-13-2006, 05:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •