Return to Snippet

Revision: 4069
at October 20, 2007 07:52 by jitendramr


Initial Code
<!--[if lte IE 6]>
	<style type="text/css" media="screen">
		.wrap,
		.searchpanel,
		.messages,
		.constrain,
		.footer div {
			width: expression(document.body.clientWidth > 1000 ? "1000px" : document.body.clientWidth < 912 ? "765px" : "98%" );
		}
	</style>
<![endif]-->

Initial URL
<na>

Initial Description
Writing expressions in CSS, used to make decisions at run-time.

Initial Title
css run-time expression

Initial Tags
css, web

Initial Language
CSS