View Single Post
Old 02-07-2011, 11:17 AM  
BestXXXPorn
Confirmed User
 
BestXXXPorn's Avatar
 
Join Date: Jun 2009
Location: Asheville, NC
Posts: 2,277
#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
BestXXXPorn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote