Click here to Skip to main content
15,900,426 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a set of acronyms in my grid and ona a mouse over i ll get the abbreviations for those acronyms on a pop up. I have also added a scroll bar for tat. but I am unable to move the cursor over the pop up and scroll it.
Below is the styles i have applied to the popup.

   #dhtmltooltip1 
       {
            position: absolute;
            width: 150px;
            border: 2px solid block;
            padding: 2px;
            padding-left: 5px;
            padding-top: 5px;
            padding-bottom: 5px;
            line-height: 2em;
            font-family: Arial Baltic;
            font-size: 12px;
            color: #073569;
            visibility: hidden;
            z-index: inherit;
           filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
           max-height:100px;
           overflow:scroll;
           
             
}


Pls help,

Thanks,
Anusha
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900