From: Davide P.C. <dp...@un...> - 2005-02-07 00:33:47
|
> With float and zoom commented out, I see the basic peekaboo bug. > > With float commented out, use of true OL with Davide's suggestions and > zoom still in place I don't see the basic peekaboo, but the OL labels > disappear again. That suggests that it is not the float that is triggering the peekaboo bug, and that the zoom is still the part that is fixing it. I'd be tempted to try to determine whether adding the zoom to a specific DIV could solve the peekaboo without damaging the OL list. For example, perhaps adding zoom only to the div.problem CSS class would do it? The peekaboo bug is also supposed to be fixable you specifying explicit dimensions on the affected boxes. So perhaps adding "height: 1%" to the div.problem class would do it (MSIE will incorrectly enlarge the box to fit its contents) provided this doesn't screw up any other browsers that correctly interpret the dimension. If I have the time during the week, I'll try some of this out myself, but I don't have access to PC's during the weekend. Davide |