[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 11-14-2007, 06:14 AM   #1 (permalink)
Account Closed
 
Join Date: Nov 2007
Posts: 4
0.00 NP$ (Donate)

MILANA is an unknown quantity at this point


Background to a web page

Is there any way to use a web page as a background to another web page?

Thanks in advance.
_________________
mobility scooter Active Adult Community
MILANA is offline  
Old 11-14-2007, 07:07 AM   #2 (permalink)
Senior Member
 
Peter's Avatar
 
Join Date: Nov 2003
Location: Scotland
Posts: 4,900
0.60 NP$ (Donate)

Peter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond repute

Child Abuse Save The Children Save The Children Help The Homeless - Holiday 2009 Help The Homeless - Holiday 2009 Help The Homeless - Holiday 2009 Help The Homeless - Holiday 2009
Not as far as I am aware but in all honesty why would you want too?
__________________
Manage your portfolio using my new Domain Portfolio Management script.
Securing Your Domain Name From Theft
Peter is offline  
Old 11-14-2007, 08:00 AM   #3 (permalink)
NamePros Regular
 
sOliver's Avatar
 
Join Date: Nov 2007
Posts: 300
13.70 NP$ (Donate)

sOliver is just really nicesOliver is just really nicesOliver is just really nicesOliver is just really nice


Quote:
Originally Posted by MILANA
Is there any way to use a web page as a background to another web page?

Thanks in advance.
_________________
mobility scooter Active Adult Community


do you want to include another web page in your own site ?
if so the <iframe> tag is your solution

<iframe src="site.htm" width="xxx" height="xxx" frameborder="1" scrolling="yes"> </iframe>

well i've used it that way a lot of times, if you just want to use it as a background you would have to change scrolling to no and then change the z-index .. then move another layer above the site so that only a little bit is left .. that way you could maybe achieve what you want
it wont be a real background thou, it will simply be a fixed element in your site background
__________________
RLTT.com is for SALE
Domain-Portfolio.com - Coming Soon |Webmaster Blog
sOliver is offline  
Old 11-14-2007, 08:20 AM   #4 (permalink)
Joe
Senior Member
 
Join Date: Oct 2005
Location: Kent ~ U.K.
Posts: 3,246
88.85 NP$ (Donate)

Joe has much to be proud ofJoe has much to be proud ofJoe has much to be proud ofJoe has much to be proud ofJoe has much to be proud ofJoe has much to be proud ofJoe has much to be proud ofJoe has much to be proud ofJoe has much to be proud ofJoe has much to be proud of

Save The Children Help The Homeless - Holiday 2009 Help The Homeless - Holiday 2009 Help The Homeless - Holiday 2009 Help The Homeless - Holiday 2009
What sOliver said is an interesting way to do it.

Personally, I do not know of any way to do what you ask, but you could take a screenshot of the site and use this code in the <head></head> tags of your page:
HTML Code:
<style>
body { background-image: url(website.png); }
</style> 
Joe is offline  
Old 11-14-2007, 11:31 PM   #5 (permalink)
i love automation
 
xrvel's Avatar
 
Join Date: Nov 2007
Posts: 1,409
987.78 NP$ (Donate)

xrvel has much to be proud ofxrvel has much to be proud ofxrvel has much to be proud ofxrvel has much to be proud ofxrvel has much to be proud ofxrvel has much to be proud ofxrvel has much to be proud ofxrvel has much to be proud ofxrvel has much to be proud ofxrvel has much to be proud of


Smile

i have not tried this before, lets dream

the html contents a big full screen frame which targets to (e.g.) www.abc.com.

After the </iframe> code of abc.com frame, we put new <iframe> with 70% width (less than 100%) which targets to (e.g.) www.def.com,

we put some style to def.com iframe, position:absolute, top:0, and align it so it is positioned in the center of the screen.

So that the def.com frame, is floating in front of abc.com frame.
xrvel is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 07:16 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85