Using I frame to contain the additional Comments section

Jake jake at bugzilla.org
Fri May 2 20:06:00 UTC 2003


> I don't have the time allotted to me here to take on such an endeavor. As
> it is we want a bunch of custom fields implemented before I think the
custom
> fields option in Bugzilla is usable so I am going to have to devote time
> to doing that. That's why when I make a change like today it has to be
short
> and simple. I am not to savvy with perl yet either. Implementing Bugzilla
> was a small side project for me in the grand scheme of things.
>

You may also wish to look at doing something like:

<div style="height: 200px; width: 90em; overflow: scroll;">
  [%# Do whatever retrieves the comments %]
</div>

Which will, assumming I've remembered the CSS stuff correctly, work
incredibly similar to an <iframe/>.  You can, of course, adjust the
height/width stuff as needed.  According to
http://www.w3schools.com/css/css_positioning.asp the overflow property of
CSS is supported by IE 4+ and NS 6+ which according to my memory is the
same set of browsers that support <iframe/> (I don't know where Opera,
etc. fits in for either).



More information about the developers mailing list