Click to See Complete Forum and Search --> : <td> width = half of the screen


Skyer
07-01-2004, 05:56 AM
How to make <td> width = half of the screen, no matter, it what size the window is opened?

Vladdy
07-01-2004, 08:24 AM
What kind of tabular data requires half the screen :confused: :rolleyes:

JayDie
07-01-2004, 09:53 AM
javascript: window.screen.width retrieves the width of the screen (horizontal resolution). But you want the width of the window?
Don't know how to get that...