overlaying homepage instead of load new page

Discussion in 'Programming' started by dzcube, Jul 5, 2010.

  1. #1
    hello everyone,

    been trying to figure this one out to no avail.

    i'm creating a portfolio website where the homepage contains images as links.

    when the user clicks on the links, instead of load to a new page,
    i would simply like a transparent overlay to occur, so that you can still see the content of the new page laid over the homepage. the user can get back to the homepage if they click on any area that isn't content from that page (over the homepage areas).

    the image links on the homepage should also have hover states, which i know can be done using jquery fade in/out.

    i'm relatively new to js but i just no idea where exactly to start. i'm not sure if the overlay is done in jquery or straight js.

    a similar effect can be found here at this site
    http://www.studio-output.com/

    any ideas on just where to start would be greatly appreciated.

    thanks!
    Edit/Delete Message Reply With Quote Multi-Quote This Message Quick reply to this message
     
    dzcube, Jul 5, 2010 IP
  2. createdevelop

    createdevelop Well-Known Member

    Messages:
    267
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    140
    #2
    createdevelop, Jul 5, 2010 IP
  3. dzcube

    dzcube Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    well, the only similar thing from the lightbox implementation would
    be that when you click on an image, an overlay appears with new content. no slideshow for my purposes.

    however, i noticed that on the example site i put up, each image is a link to a new page,
    studio-output.com/page1
    studio-output.com/page2
    studio-output.com/page3
    etc.....

    but clicking on it still keeps you remaining on the home page. so then i guess the right technique would be to access then display content from the clicked page over the homepage. :confused:

    thanks
     
    dzcube, Jul 6, 2010 IP
  4. 6speed

    6speed Guest

    Messages:
    92
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Sent you a PM, thanks
     
    6speed, Jul 6, 2010 IP