|
I suggest just to define 100% for the table width and it will always be the full width of the browser window. The reason for this is if the users window is opened smaller than the screen resolution, it will not make any difference to the user because he/she will still need to scroll side to side to view the entire page. Also other elements such as scrollbars, status bars, and other background apps taking the desktops realestate may override the browser from opening full screen.
However, you can use javascript to get the screen size by the defined values of screen.width and screen.height
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
|