Hi FND,

Unfortunetly I am limited to IE6 for the time being. Do you know of a
way to do the same thing in IE6?

I found this possible solution but I am not sure how to implement it.

http://www.visibilityinherit.com/code/ie6-min-max-height-width.php

Thanks for the reply and help!

On Nov 19, 9:03 am, FND <[EMAIL PROTECTED]> wrote:
> > I was wondering if it is possible to limit the
> > box to a certain size, like 25 lines, and then I would just scroll to
> > see all of the content?
>
> Try adding the following to your StyleSheet shadow tiddler:
>      .viewer pre {
>          max-height: 50em; /* not IE6-compatible */
>          overflow: 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to