> Unfortunetly I am limited to IE6 for the time being. Do you know of a
> way to do the same thing in IE6?
Well, there is that workaround you've mentioned - however, that only
works with absolute measurements (pixels):
* html .viewer pre, /* IE6 */
*:first-child+html .viewer pre { /* IE7 */
height: expression(this.offsetHeight <= 100 ? "100px" : "auto");
}
-- F.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---