Forum Moderators: not2easy
For example, take a look at this thread: [webmasterworld.com...]
or, do something like this:
<!--[if IE]>
<style type="text/css">
#mydiv {
width: expression(document.body.clientWidth>725?"100%":"725px");
}
</style>
<![endif]-->