Ajax Calendar Extender body being hidden by div

Last post 06-30-2009 10:07 AM by xanalyth. 2 replies.

Sort Posts:

  • Ajax Calendar Extender body being hidden by div

    06-30-2009, 9:30 AM
    • Member
      16 point Member
    • xanalyth
    • Member since 04-30-2007, 12:09 PM
    • Posts 105

    Hello there,

    I have an Ajax Calendar Extender inside of a div.  That div is inside of a larger div that has a thick blue border.  When I click on the button for my calendar the calendar body shows up behind the div with the thick blue border.  I want the bring to the front the body of the calendar so that it is fully visible.  I am using C# ASP.NET 2.0 in VS 2005.  I believe the AJAX kit version is 2.0.

    Any help would be greatly appreciated.  Thanks.

  • Re: Ajax Calendar Extender body being hidden by div

    06-30-2009, 9:51 AM
    Answer

    This sounds like it might be a z-index issue.  can you post the relevant HTML?

  • Re: Ajax Calendar Extender body being hidden by div

    06-30-2009, 10:07 AM
    • Member
      16 point Member
    • xanalyth
    • Member since 04-30-2007, 12:09 PM
    • Posts 105

    I did some searching regarding the z-index and found this:

    .ajax__calendar_container { z-index : 1000 ; }

    I put that code in my CSS file and it is working fine now, thanks.  Also, this was not happening in IE6, but it was a problem in FireFox 3.  All set now - thanks! 

Page 1 of 1 (3 items)