Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules
Author Message
Doulos
Life Cycles Becoming CPU Cycles



Joined: Jun 06, 2005
Posts: 732

PostPosted: Thu Jun 08, 2006 1:10 pm Reply with quote

I have a custom module using iframes that I would like to have a different background (just this module - not any of the others). I would like to use a jpeg as the background. Or overlay the default bg with my jpeg? Is this possible? If so, how?

Code:


<?php

if (!eregi("modules.php", $_SERVER['PHP_SELF'])) {
    die ("You can't access this file directly...");
}

require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
$go_to_address1="http://www.mysite.com/roster.html";
$go_to_address=rawurldecode($go_to_address1);
include("header.php");
$pagetitle = "- $module_name";
OpenTable();
echo "<iframe SRC=\"".$go_to_address."\" width=\"100%\" height=\"1200\"
framespacing=0 frameborder=no border=0 scrolling=auto></iframe>";
echo "<br><center>NB. Using iframes!</center><br>";
CloseTable();


include("footer.php");           
?>
 
View user's profile Send private message
gregexp
The Mouse Is Extension Of Arm



Joined: Feb 21, 2006
Posts: 1497
Location: In front of a screen....HELP! lol

PostPosted: Thu Jun 08, 2006 4:29 pm Reply with quote

could u put a backround within the iframe?

_________________
For those who stand shall NEVER fall and those who fall shall RISE once more!! 
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Doulos







PostPosted: Fri Jun 09, 2006 12:39 am Reply with quote

Ok thanks that worked.
 
Doulos







PostPosted: Fri Jun 09, 2006 3:02 am Reply with quote

I noticed that the jpeg tiles since the iframe is bigger than the pic. Is there a way to stretch the jpeg to fit the iframe? Other than just using an editor to resize the pic?
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©