View Single Post
Old 07-23-2006, 04:57 AM  
Brujah
Beer Money Baron
 
Brujah's Avatar
 
Industry Role:
Join Date: Jan 2001
Location: brujah / gmail
Posts: 22,157
Found an IE fix, using 'expression' css

So like;
Code:
#thepost img {
 width:expression( document.body.clientWidth > 450? "450px": "auto" );
 max-width:400px;
}
__________________
Brujah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote