Re: [PHP] scrolling data from db

2002-11-20 Thread Support @ Fourthrealm.com
Justin, Creative thinking to a smart solution. I will keep that in mind for future sites. Peter At 10:35 AM 11/21/2002 +1100, Justin French wrote: > If you know that your client base will ever only use IE, then go for > it. Otherwise, you'll have to avoid the iframe. That sounds a little hars

Re: [PHP] scrolling data from db

2002-11-20 Thread Justin French
on 21/11/02 7:56 AM, Support @ Fourthrealm.com ([EMAIL PROTECTED]) wrote: > Hi Eddie, > iFrames do offer a really nice solution, but they are an IE only > tag. they are part of the HTML spec... so, conforming browsers (NN6, NN7, Opera I think, etc) all have iframe support. The real problem is

Re: [PHP] scrolling data from db

2002-11-20 Thread Justin French
Hi, on 21/11/02 3:00 AM, Edward Peloke ([EMAIL PROTECTED]) wrote: > I have a large amount of data to present to the user. Currently, I am just > putting it in a table and displaying it on the page, if it is more than a > page of course the page just scrolls. Is there a way o, without using > fr

RE: [PHP] scrolling data from db

2002-11-20 Thread Support @ Fourthrealm.com
he iframes limited? Thanks, Eddie -Original Message- From: Support @ Fourthrealm.com [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 11:23 AM To: Edward Peloke; [EMAIL PROTECTED] Subject: Re: [PHP] scrolling data from db Eddie, I use the attached on a site of mine...

Re: [PHP] scrolling data from db

2002-11-20 Thread @ Edwin
Hello, "Edward Peloke" <[EMAIL PROTECTED]> wrote: > I have a large amount of data to present to the user. Currently, I am just > putting it in a table and displaying it on the page, if it is more than a > page of course the page just scrolls. Is there a way o, without using > frames, to put all

Re: [PHP] scrolling data from db

2002-11-20 Thread Marek Kilimajer
There is position css2 property, you might be able to use it Edward Peloke wrote: I have a large amount of data to present to the user. Currently, I am just putting it in a table and displaying it on the page, if it is more than a page of course the page just scrolls. Is there a way o, without

Re: [PHP] scrolling data from db

2002-11-20 Thread Support @ Fourthrealm.com
Eddie, I use the attached on a site of mine... works with JavaScript and tags. There are 2 parts to the file - the javascript, and then the HTML code to make it happen. Tweak according to your needs. Peter At 11:00 AM 11/20/2002 -0500, you wrote: I have a large amount of data to present to t

[PHP] scrolling data from db

2002-11-20 Thread Edward Peloke
I have a large amount of data to present to the user. Currently, I am just putting it in a table and displaying it on the page, if it is more than a page of course the page just scrolls. Is there a way o, without using frames, to put all the data from the db in the middle of the page with a scrol