/ Published in: CSS
Expand |
Embed | Plain Text
element#id {width:expression(this.offsetWidth> 200?200:'');}
You need to login to post a comment.
samuelcotterall on 09/24/09
css javascript hack ie6 min-width
2 people have marked this snippet as a favorite
element#id {width:expression(this.offsetWidth> 200?200:'');}
You need to login to post a comment.