1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
/* $Id$ */ .small_inner_block { height: expression( this.scrollHeight > 199 ? "200px" : "auto" ); } .normal_inner_block { width: 100%; } a.showit:hover > span { filter: alpha(opacity=85); } form { margin-top: 0px; margin-bottom: 0px; } .favorites_form { *top:1.7em; } html[dir='rtl'] .favorites_form { *top:1.7em; } .makeMenu { *clear: both; *width: 750px; }