There's an error on validator. I wrote this script: <script type="text/javascript"> if (screen.height < 768) { document.write('<div id="t1" style="height: 30px; width: 150px"></div>'); } else { document.write('<div id="t1" style="height: 50px; width: 100px"></div>'); } </script> It considers only the </div> at the and of expression, probably because the initial tag is after a ': '<div ...> Bye ArtemisReceived on Sunday, 20 February 2005 03:35:51 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 1 October 2009 14:48:55 GMT