Results 1 to 3 of 3

Thread: Problem with css menu

  1. #1
    Join Date
    Feb 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Problem with css menu

    Hi all!

    I'm having sleeptaking problem with css/js menu.. In FF3 it looks just way it looks in my head, but IE7 is having some difficulties displaying it right.

    - First there is z-index problem - overlay div is displayed behind content and some form elements.
    - Second I cant keep menu button hovered when user takes cursor off text in overlay div.

    See for yourself:
    N/A


    Any help would be really apriciated!
    Thank you.

    Anze
    Last edited by Anze; 03-03-2009 at 04:50 PM.

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Try this:
    Code:
    .HeaderContainer {
    background:transparent url(../imgs/Header.png) no-repeat scroll 0 0;
    height:165px;
    position: relative;
    z-index: 1000;
    }
    Good luck!

  3. #3
    Join Date
    Feb 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you very very much!! Solved.
    Last edited by Anze; 03-03-2009 at 04:49 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
  •