witten
/
luminotes
Archived
1
0
Fork 0

Simulating max-height for pulldowns in brain-dead IE6.

This commit is contained in:
Dan Helfman 2007-07-26 19:38:49 +00:00
parent f05d3db661
commit 0cbbc68282
1 changed files with 5 additions and 0 deletions

View File

@ -18,3 +18,8 @@
left: 0em;
top: 0em;
}
.pulldown {
height: expression( this.scrollHeight > 200 ? "200px" : "auto" );
width: expression( this.scrollHeight > 200 ? "12em" : "auto" );
}