Jump to content


How do you do floating Frames to Hover over someone else page?


2 replies to this topic

#1 Pixelephex

    Young Padawan

  • Members
  • Pip
  • 1 posts
  • Location:Edgewater, Fl.
  • Interests:Wakeboarding, Surfing, Wakeskating, Dirt Bikes.

Posted 20 September 2006 - 08:44 PM

How do you do floating Frames to Hover over someone else page?

Example: Just click this link Click Here

#2 Davey

    P2L Jedi

  • Members
  • PipPipPip
  • 620 posts
  • Location:Perth, Scotland
  • Interests:Creativity, Adrenaline, Etc

Posted 21 September 2006 - 01:55 AM

just use a frameset (html) with ur header in the top part - then i suppose u could use php includes for the parts below.. u'll be able to find plenty useful tuts online :)

#3 rc69

    PHP Master PD

  • P2L Staff
  • PipPipPipPip
  • 3,827 posts
  • Gender:Male
  • Location:Here
  • Interests:Web Development

Posted 21 September 2006 - 10:55 PM

This is an easy one.

You have a link. It passes an id on to the next page. The id is used to select the url for "someone elses page." Then, a frameset is used to give the apperance of something complicated.
<html>
<head>
<title>foo</title>
</head>

<frameset rows="50,*">
	<frame name="top" href="/a_page.php">
	<frame name="bottom" href="<? echo 'A variable containing the full path to "someone elses page" including http://'; ?>">
</frameset>
</html>
Tutorials for the database thing i was talking about can be found in either the php (or if we have one) the mySQL tutorial sections of this site.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users