I have a icon with onmouseover event handler.
On mouseover it displays a table. the Icon is at the right site of the screen. If the table is small, it will be displayed within visible area. But if the the table is wide enough then only a part of the table is visible. One have to scroll to right to see the rest of the table.
What would be the solution to display it. I mean if the table will go 200px out of the visible area, then it should moved 200px to left.
The table is displayed within an absolutlty positioned DIV.