PDA

View Full Version : page inside of a page?



EL_Tee
November 8th, 2002, 14:06
Hey. I have heard you can put like a page inside a page, it's called inline html or something? Anyways what I want to do is basically have a scrolling form box but I want to put html inside of it because it will have links in it. Do you know what I mean? Like how can I put a page inside my current page and have the inside page have its own scrollbars? Thanks so much for any help on this. Thanks again...

aphel aura
November 8th, 2002, 14:25
Inline frame:-

<iframe></iframe>

Stary
November 14th, 2002, 11:15
Originally posted by aphel aura
Inline frame:-

<iframe></iframe>

I wonder is it possible to make a transparent background of a second page, which comes inside the first page with IFRAME method. Because the background of my first page fits well, I only want to put some HTML code as foreground to the first page.

Ashed
November 15th, 2002, 02:11
Something like this?
http://paradorn.com.ru/
Not trying to promote the site, just giving an example. :D

Just set the background that you want to be for the iframe as the background of the page. Hmmm... Look at the source code. :p

Just remember, you need this in the body tag of the page in the iframe.


<body ... background="blah.jpg" bgproperties="fixed">

Stary
November 15th, 2002, 14:02
[QUOTE]Originally posted by GRiN
[B]Something like this?
http://paradorn.com.ru/
Not trying to promote the site, just giving an example. :D

Well, it would be nice, but, have you ever seen your paradorn.com.ru in Netscape? I tried with version 6.1. and it's quite unuseful, while it works fine in IE.

Thanks anyway, Stary.

Dusty
November 15th, 2002, 14:24
"Bgproperties='fixed'" is IE proprietary. The correct way to do it is "style='background-attachment:fixed;'".

Mattie
November 16th, 2002, 14:54
There is another possibility: layers.
I use relative positioned layers on my site (http://www.technova.nl/newsite). It allows for transparent backgrounds.
Success
Mattie