If I understand your question correctly, you need to use either tables or divs and set their width as a percent of the page rather than a fixed width. That way, no matter how big the window is, your div (or table) is 25% or 100 % or whatever of the screen.
Let me know if you need code examples.