Here's some fun for today. Trying putting the following in the css code for a web page:
#container { width:expression(document.body.clientWidth < 800? "800px": "auto" ); }