jquery - How to keep background fixed irrespective of scrollbar? -


i writing small scrollbar on div [basically pop div] like:

#scrollablediv     {         position:absolute;         width:250px;         height: 450px;         padding:12px;         display:none;         margin-top:-1px;         border-top:0px;         overflow:auto;         border:2px #ccc solid;         border-radius: 5px;         background-color: #eeeef1;         color: black;         opacity: 1;         z-index: 100;     } 

the issue scrollbar reaches end of div, starts scrolling body @ vertically.is there way prevent using css or jquery or anything?


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -