I have a very long HTML page. It consist of the few HTML tables at the bottom of the page.
I have few links/buttons at the top for each table at the bottom. On hover/click of these links/buttons I want that table to appear at the top of the HTML page. Similar to tooltips but entire table should be in the tooltip.
I don't want original table at the bottom to change/disappear in anyway. Just like a short cut to access different elements on the page.
Is it possible?