web development

crashing internet explorer with a minimum width css element

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" );
}

Syndicate content