I have a web page with a list on the right and a treeview on the right, and have a drag and drop interface to move objects from one to the other. There is a trash can in the middle used to delete items. Problem is, the page could potentially become 5000px long. How can I keep the trash can centered in the screen when the user scrolls? Thanks in advance for your answers!
Share
You could use css to fix the position of the trash can.