I want to know which area of my html is visible now?
I have little menu (use<div>) that pop-up close to table cell, which have been clicked to get a menu. I use cell.offsetParent to get the cell top and left position.
That work fine while user did not clicked on cell near screen border. So, they whant that menu appears always completely visible. How to do that?
I have little menu (use<div>) that pop-up close to table cell, which have been clicked to get a menu. I use cell.offsetParent to get the cell top and left position.
That work fine while user did not clicked on cell near screen border. So, they whant that menu appears always completely visible. How to do that?