locked
CSSFriendly menubar is behind (z order) dynamic populated gridview in IE but not firefox RRS feed

  • Question

  • User-166419857 posted

    I am dynamically populating a gridview.  After it is display it shows up in front of the the dropdown menu from the CSSFriendly menubar when I am using

    IE.  For firefox it works as expected.  I have tried setting the z-order of the gridview to 1 so that nothing is behind it...but this did not work.   The gridview it self is NOT created dynamically.  It is only populated dynamically and then done with a databind (of course).   I have tried doing a visible  true/false but this made no difference either.    After there any experts out there in how the dropdown menu works who could help me on this....as I say it is only for IE (version 6) that I having this problem.    Any help would be greatly appreciated. 

    Thursday, May 24, 2007 10:29 AM

Answers

  • User-534056067 posted

    My first suggestion is that you study (very carefully) the posting http://forums.asp.net/t/1025999.aspx. What you are running into is something that others have hit, too. It isn't really a problem with the adapters. You are simply hitting a very subtle but important problem with the way that z-index is handled (inconsistently) across browsers. The posting I alluded to explains how to fix this for IE.

    You may also want to do a search in these forums like this:

    sectionid:1018 AND z-index

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Saturday, May 26, 2007 1:12 PM

All replies

  • User-534056067 posted

    My first suggestion is that you study (very carefully) the posting http://forums.asp.net/t/1025999.aspx. What you are running into is something that others have hit, too. It isn't really a problem with the adapters. You are simply hitting a very subtle but important problem with the way that z-index is handled (inconsistently) across browsers. The posting I alluded to explains how to fix this for IE.

    You may also want to do a search in these forums like this:

    sectionid:1018 AND z-index

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Saturday, May 26, 2007 1:12 PM
  • User-166419857 posted

     Thank you.   I have read and you are right this sounds exactly like my problem..... I am side tracked on another problem right now, but this points the way to the solution for me that I will use as soon as I have time to get back to it...  Thank you very very much.  

    Wednesday, May 30, 2007 8:43 AM