i have a div with fallowing css style..
background-color: #FFFFFF;
border: 1px solid #C3CFD1;
display: block;
height: 480px;
left: 262px;
margin-left: auto;
margin-right: auto;
overflow-x: hidden;
overflow-y: auto;
position: fixed;
top: 44px;
width: 517px;
z-index: 2000;
i am showing this div on click of button which is lower down in my page..the problem is..when i am opening this div it’s getting open but always at the top of page..but what i want is, it should always get open relative to page that is if i am at lower site of my page it should get open there only not at top….solution in jquery will also beappriciated..
Any help or suggestion will be heartily appreciated…!!!
Thanks in advance!!!
You wouldn’t, by any chance, be testing in Internet Explorer and be in Quirks mode? I made a quick test and it works in other browsers, but not IE. When I changed from Quirks to Standard mode, it worked perfectly.