How do you do floating Frames to Hover over someone else page?
Example: Just click this link Click Here
How do you do floating Frames to Hover over someone else page?
Started by Pixelephex, Sep 20 2006 08:44 PM
2 replies to this topic
#1
Posted 20 September 2006 - 08:44 PM
#2
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
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.
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
