#foo {
max-width: 400px;
width: expression(getElementById('foo').width > 400 ? '400px' : 'auto');
}
Change dimensions for what you need ;)
Essentially, IE uses expression() in css to allow Javascript. You should be able to modify the above to fit what ya need :P
__________________
ICQ: 258-202-811 | Email: eric{at}bestxxxporn.com
|