Re: Maintaining Control Size on Different Resolutions



<snip>
Thanks! Quick followup question:

Does the following JavaScript line, when executed in the browser, cause the
browser to immediately download the css file (1600.css)?

document.write('<link rel="style***" type="text/css" href="1600.css">');

-Smithers



.