Results 1 to 2 of 2

Thread: Tooltips appearing behind content [IE7 issue]

  1. #1
    Join Date
    Sep 2009
    Posts
    2

    Tooltips appearing behind content [IE7 issue]

    The website is live here:

    http://www.clubwebsite.co.uk/community/nutrition/

    The javascript tooltips on the navigation appear on top of Steven Gerard and the ContentArea on all browsers except IE7?

    I tried everything but nothing seems to work.

    Any ideas?

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    This is only half an answer, I can get it to work in IE7 by adding a negative z-index and position: relative:-
    <div class="container_10" style="z-index: -1; position: relative;">
    (I don't know which stylesheet it's in so I put it in the markup)

    and removing the html from the style (I don't know whether that has any other effect):-

    /*html,*/ body {
    font-family: Verdana, Geneva, sans-serif;
    background: url(images/background.png) top left repeat-x;
    }

    so that's a start.
    Last edited by Wickham; 12 Nov 2009 at 10:31 AM.
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Posting Permissions

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