Skip to content
Loading
CSS for my asp calendar  
  •                 class="col-lg-2 col-lg-pull-1">  
  •                     "txtPeriodTo" runat="server" ReadOnly="True" CssClass="form-control">  
  •                   
  • But the output overlaps the dropdown as shown below:
     Below is my CSS and script:
    1. #datePicker {  
    2.             display: none;  
    3.             position: absolute;  
    4.             border: solid 2px black;  
    5.             background-color: white;  
    6.         }  
    7.   
    8.   
    Hope someone can give a help. 

    2 Replies

    Know the answer? Post it — somebody with the same question will find it here.