|
||
|
|||||||
| Script Languages Perl/PHP/Python/Ruby so on and so forth. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Expert
|
Alright, the title (as it's supposed to do) has explained what I'm looking for.
I'm doing it on an HTML website using frames and was wanting to move two frames up/down with the single scroll bar. Reason being? I got the navigation bar in one frame, then my main content in another... I want them to both start at 0% scrolledness (scrolledness? hope ya understand that one :P), and both scale down to 100% scrolledness at the same time... Well, if anyone knows how I can accomplish this then please say! lol Thanks for the help ![]() -Aiden
__________________
|
|
|
|
|
|
#2 (permalink) |
|
I fear that what you're looking for is not possible.
The way you could make it for sure is using php includes. ie: Code:
<?php include("header.php"); ?>
Then your body of the page goes here.
<?php include("footer.php"); ?>
ie: Code:
<IFRAME id="ifrMain" name="main" src="main.php" frameborder="0" width="500" HEIGHT="500" scrolling="no"></IFRAME> Code:
<A HREF="www.mysite.com/thepage.htm" TARGET="ifrMain">ThePage</A>
__________________
Admin Chaale Alluvius Shard - http://uo.wgrevolution.com - Team World Gaming Revolution - http://www.wgrevolution.com - Last edited by chaale; 05-31-2006 at 10:31 PM. |
|
|
|
|
|
|
#3 (permalink) |
|
Newbie
|
There's other ways to get the same functionality, but without the frames. You could use several different ways, but just JavaScript and some artwork can make it look exactly like a framed page without it actually being one...and give the same effect that you are looking for.
![]() |
|
|
|
|
|
#4 (permalink) |
|
Forum Expert
Join Date: Nov 2003
Location: Illinois, USA
Age: 21
Posts: 2,909
|
Ive not messed with this any, but i believe it is what you wanted...
http://www.webreference.com/programm...mn2/index.html |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|