Using I frame to contain the additional Comments section
Casey Gregoire
caseyg at chsamerica.com
Fri May 2 20:16:21 UTC 2003
Wow. That is what I have been looking for. Its been years since I have done
html. That is what I wanted exactly. Thanks.
Thanks,
Casey Gregoire
-----Original Message-----
From: Jake [mailto:jake at bugzilla.org]
Sent: Friday, May 02, 2003 4:06 PM
To: developers at bugzilla.org
Subject: Re: Using I frame to contain the additional Comments section
> 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).
----
To view or change your list settings, click here:
<http://bugzilla.org/cgi-bin/mj_wwwusr?user=caseyg@chsamerica.com>
More information about the developers
mailing list