2014-02-18 15 views
0

我在div中有一個壓光機擴展器,我在彈出窗口上顯示。壓光機擴展器未顯示完整分區

當我點擊圖像,爲日曆擴展,它不正確查看。

其觀看如下:

enter image description here

我用的z-index用於此目的,但它也沒有奏效。

我嘗試這樣做:

內部腳本:

function calendarShown(sender, args) { 
     sender._popupBehavior._element.style.zIndex = 1000; 
    } 

在格:

<asp:TextBox ID="txtHeaderEditFollowDate" runat="server"></asp:TextBox> 
        <asp:ImageButton ID="ImageButton3" ImageUrl="../images/calendar.gif" runat="server" /> 
        <ajaxtoolkit:calendarextender id="CalendarExtender4" runat="server" cssclass="cal_Theme1" 
         OnClientShown="calendarShown" popupbuttonid="ImageButton3" targetcontrolid="txtHeaderEditFollowDate" animated="False"> 
       </ajaxtoolkit:calendarextender> 

回答

2

刪除CSS類

calender= positon:absolute 
1

我建議檢查你的CSS類calendarextender 「cal_Theme1」。如果沒有關於尺寸的規格,請給出高度或最小高度值。