Hi All,
Is it possible to use css to specify the width of a table to be 680px if the user reso is 800*600, but to be 100% if it's greater than 800*600 without using javascript?
This is a one file written in HTML (which contains all it's css internally) that I'll be e-mailing to somebody, I know that I could use document.write after detecting the users resolution, but they could disable javascript and I don't want to force them to enable it, seing that they don't need to. so I wondered if I could somehow do it without javascript? Is it mission impossible ???
Thanks
Martin
Is it possible to use css to specify the width of a table to be 680px if the user reso is 800*600, but to be 100% if it's greater than 800*600 without using javascript?
This is a one file written in HTML (which contains all it's css internally) that I'll be e-mailing to somebody, I know that I could use document.write after detecting the users resolution, but they could disable javascript and I don't want to force them to enable it, seing that they don't need to. so I wondered if I could somehow do it without javascript? Is it mission impossible ???
Thanks
Martin