<script type="text/javascript">
<!--
function setWidth() {
width = 875; // Ihrgend eine zah von 0 bis....
x_screen = screen.width; // Die auflösung des Users (800x600)
scope = 50; // Einfacher Spielraum für den rand
if( width>=(x_screen-scope) ) {
document.getElementById('theTable').style.width="100%";
}
}
//-->
<script>
html:
---------------------
<table id="theTable">
-----
ok habs, danke dir nochmal, hat mir sehr geholfen :D