| | I've got the following line in an html page before a table that has lots of rows and columns: Code: CODE <div style="HEIGHT: 500px; WIDTH: 1000px; OVERFLOW: auto"> That works perfectly in IE and FF to give me vertical and horizontal scrollbars. But what I really want is to size the horizontal scrollbar so it takes up 100% of the screen regardless of how big the screen is. So, I tried changing 1000px to 100% like this: Code: CODE <div style="HEIGHT: 500px; WIDTH: 1000px; OVERFLOW: auto"> Well, that works the way I would expect in FF (perfect) but in IE I do not get any horizontal scrollbar. Any idea how to tinker with it (without using frames) so I get the horizontal scrollbar in IE too? kvarnerexpress __________________ |

