diff --git a/static/css/ie.css b/static/css/ie.css index 48aa28e..3ccc04a 100644 --- a/static/css/ie.css +++ b/static/css/ie.css @@ -18,3 +18,8 @@ left: 0em; top: 0em; } + +.pulldown { + height: expression( this.scrollHeight > 200 ? "200px" : "auto" ); + width: expression( this.scrollHeight > 200 ? "12em" : "auto" ); +}